Class FlowableEngineEventImpl
java.lang.Object
org.flowable.common.engine.impl.event.FlowableEventImpl
org.flowable.common.engine.impl.event.FlowableEngineEventImpl
- All Implemented Interfaces:
FlowableEngineEvent,FlowableEvent
- Direct Known Subclasses:
FlowableEntityEventImpl,FlowableEntityExceptionEventImpl
Base class for all
FlowableEngineEvent implementations.- Author:
- Frederik Heremans
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
type -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new event implementation, not part of an execution context.FlowableEngineEventImpl(FlowableEngineEventType type, String executionId, String processInstanceId, String processDefinitionId) Creates a new event implementation, part of an execution context.FlowableEngineEventImpl(FlowableEngineEventType type, String scopeType, String scopeId, String subScopeId, String scopeDefinitionId) Creates a new event implementation, part of an execution context. -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetExecutionId(String executionId) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessInstanceId(String processInstanceId) voidsetScopeDefinitionId(String scopeDefinitionId) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetSubScopeId(String subScopeId) voidMethods inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
toString
-
Field Details
-
scopeType
-
scopeId
-
subScopeId
-
scopeDefinitionId
-
-
Constructor Details
-
FlowableEngineEventImpl
Creates a new event implementation, not part of an execution context. -
FlowableEngineEventImpl
public FlowableEngineEventImpl(FlowableEngineEventType type, String executionId, String processInstanceId, String processDefinitionId) Creates a new event implementation, part of an execution context. -
FlowableEngineEventImpl
public FlowableEngineEventImpl(FlowableEngineEventType type, String scopeType, String scopeId, String subScopeId, String scopeDefinitionId) Creates a new event implementation, part of an execution context.
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceFlowableEvent- Overrides:
getTypein classFlowableEventImpl
-
setType
-
getExecutionId
- Specified by:
getExecutionIdin interfaceFlowableEngineEvent
-
setExecutionId
-
getProcessDefinitionId
- Specified by:
getProcessDefinitionIdin interfaceFlowableEngineEvent
-
setProcessDefinitionId
-
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceFlowableEngineEvent
-
setProcessInstanceId
-
getScopeType
- Specified by:
getScopeTypein interfaceFlowableEngineEvent
-
setScopeType
-
getScopeId
- Specified by:
getScopeIdin interfaceFlowableEngineEvent
-
setScopeId
-
getSubScopeId
- Specified by:
getSubScopeIdin interfaceFlowableEngineEvent
-
setSubScopeId
-
getScopeDefinitionId
- Specified by:
getScopeDefinitionIdin interfaceFlowableEngineEvent
-
setScopeDefinitionId
-