public interface FlowableCaseStageEndedEvent extends FlowableEngineEntityEvent
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDING_STATE_COMPLETED |
static String |
ENDING_STATE_TERMINATED |
| Modifier and Type | Method and Description |
|---|---|
CaseInstance |
getCaseInstance()
Returns the case instance the stage belongs to.
|
String |
getEndingState()
Returns the ending state of the case stage which can be
ENDING_STATE_COMPLETED or ENDING_STATE_TERMINATED. |
PlanItemInstance |
getEntity()
Overwritten in order to return the stage plan item instance.
|
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeIdgetTypestatic final String ENDING_STATE_COMPLETED
static final String ENDING_STATE_TERMINATED
String getEndingState()
ENDING_STATE_COMPLETED or ENDING_STATE_TERMINATED.CaseInstance getCaseInstance()
PlanItemInstance getEntity()
getEntity in interface FlowableEntityEventCopyright © 2022 Flowable. All rights reserved.