Class FlowableProcessTerminatedEventImpl
java.lang.Object
org.flowable.common.engine.impl.event.FlowableEventImpl
org.flowable.common.engine.impl.event.FlowableEngineEventImpl
org.flowable.engine.delegate.event.impl.FlowableProcessEventImpl
org.flowable.engine.delegate.event.impl.FlowableEntityEventImpl
org.flowable.engine.delegate.event.impl.FlowableProcessTerminatedEventImpl
- All Implemented Interfaces:
FlowableEngineEntityEvent, FlowableEngineEvent, FlowableEntityEvent, FlowableEvent, FlowableProcessEngineEvent, FlowableProcessTerminatedEvent
public class FlowableProcessTerminatedEventImpl
extends FlowableEntityEventImpl
implements FlowableProcessTerminatedEvent
An
FlowableProcessTerminatedEvent implementation.- Author:
- martin.grofcik
-
Field Summary
FieldsFields inherited from class FlowableEntityEventImpl
entityFields inherited from class FlowableEngineEventImpl
scopeDefinitionId, scopeId, scopeType, subScopeIdFields inherited from class FlowableEventImpl
type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FlowableEntityEventImpl
getEntityMethods inherited from class FlowableProcessEventImpl
getExecutionMethods inherited from class FlowableEngineEventImpl
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setScopeDefinitionId, setScopeId, setScopeType, setSubScopeId, setTypeMethods inherited from class FlowableEventImpl
toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface FlowableEngineEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeIdMethods inherited from interface FlowableEntityEvent
getEntityMethods inherited from interface FlowableEvent
getType
-
Field Details
-
cause
-
-
Constructor Details
-
FlowableProcessTerminatedEventImpl
-
-
Method Details
-
getCause
- Specified by:
getCausein interfaceFlowableProcessTerminatedEvent- Returns:
- the cause of the cancel event. Returns null, if no specific cause has been specified.
-