Package org.flowable.cmmn.api.event
Interface FlowableCaseStartedEvent
- All Superinterfaces:
FlowableEngineEntityEvent
,FlowableEngineEvent
,FlowableEntityEvent
,FlowableEvent
- All Known Implementing Classes:
FlowableCaseStartedEventImpl
- Author:
- Filip Hrisafov
-
Method Summary
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Method Details
-
getEntity
CaseInstance getEntity()- Specified by:
getEntity
in interfaceFlowableEntityEvent
- Returns:
- the entity that is targeted by this event.
-