Package org.flowable.cmmn.api.event
Interface FlowableCaseBusinessStatusUpdatedEvent
- All Superinterfaces:
FlowableEngineEntityEvent,FlowableEngineEvent,FlowableEntityEvent,FlowableEvent
An event representing a CMMN case business status being updated.
- Author:
- Matthias Stöckli
-
Method Summary
Modifier and TypeMethodDescriptionReturns the business status of the case after the update.Returns the business status of the case before the update.Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeIdMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEntityEvent
getEntityMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType