public class FlowableCaseStageEndedEventImpl extends FlowableEngineEventImpl implements FlowableCaseStageEndedEvent
| Modifier and Type | Field and Description |
|---|---|
protected CaseInstance |
caseInstance |
protected String |
endingState |
protected PlanItemInstance |
stageInstance |
scopeDefinitionId, scopeId, scopeType, subScopeIdtypeENDING_STATE_COMPLETED, ENDING_STATE_TERMINATED| Constructor and Description |
|---|
FlowableCaseStageEndedEventImpl(CaseInstance caseInstance,
PlanItemInstance stageInstance,
String endingState) |
| Modifier and Type | Method and Description |
|---|---|
CaseInstance |
getCaseInstance() |
String |
getEndingState() |
PlanItemInstance |
getEntity() |
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setScopeDefinitionId, setScopeId, setScopeType, setSubScopeId, setTypetoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeIdgetTypeprotected CaseInstance caseInstance
protected PlanItemInstance stageInstance
protected String endingState
public FlowableCaseStageEndedEventImpl(CaseInstance caseInstance, PlanItemInstance stageInstance, String endingState)
public String getEndingState()
getEndingState in interface FlowableCaseStageEndedEventpublic CaseInstance getCaseInstance()
getCaseInstance in interface FlowableCaseStageEndedEventpublic PlanItemInstance getEntity()
getEntity in interface FlowableCaseStageEndedEventgetEntity in interface FlowableEntityEventCopyright © 2022 Flowable. All rights reserved.