public class FlowableCaseEndedEventImpl extends FlowableEngineEventImpl implements FlowableCaseEndedEvent
| Modifier and Type | Field and Description |
|---|---|
protected CaseInstance |
caseInstance |
protected String |
endingState |
scopeDefinitionId, scopeId, scopeType, subScopeIdtypeENDING_STATE_COMPLETED, ENDING_STATE_TERMINATED| Constructor and Description |
|---|
FlowableCaseEndedEventImpl(CaseInstance caseInstance,
String endingState) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndingState() |
CaseInstance |
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 String endingState
public FlowableCaseEndedEventImpl(CaseInstance caseInstance, String endingState)
public String getEndingState()
getEndingState in interface FlowableCaseEndedEventpublic CaseInstance getEntity()
getEntity in interface FlowableCaseEndedEventgetEntity in interface FlowableEntityEventCopyright © 2022 Flowable. All rights reserved.