Class FlowableSequenceFlowTakenEventImpl
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.FlowableSequenceFlowTakenEventImpl
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
,org.flowable.common.engine.api.delegate.event.FlowableEvent
,FlowableProcessEngineEvent
,FlowableSequenceFlowTakenEvent
public class FlowableSequenceFlowTakenEventImpl
extends FlowableProcessEventImpl
implements FlowableSequenceFlowTakenEvent
- Author:
- Joram Barrez
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
scopeDefinitionId, scopeId, scopeType, subScopeId
Fields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
type
-
Constructor Summary
ConstructorDescriptionFlowableSequenceFlowTakenEventImpl
(org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
void
setSourceActivityBehaviorClass
(String sourceActivityBehaviorClass) void
setSourceActivityId
(String sourceActivityId) void
setSourceActivityName
(String sourceActivityName) void
setSourceActivityType
(String sourceActivityType) void
setTargetActivityBehaviorClass
(String targetActivityBehaviorClass) void
setTargetActivityId
(String targetActivityId) void
setTargetActivityName
(String targetActivityName) void
setTargetActivityType
(String targetActivityType) Methods inherited from class org.flowable.engine.delegate.event.impl.FlowableProcessEventImpl
getExecution
Methods inherited from class org.flowable.common.engine.impl.event.FlowableEngineEventImpl
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setScopeDefinitionId, setScopeId, setScopeType, setSubScopeId, setType
Methods inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
-
Field Details
-
id
-
sourceActivityId
-
sourceActivityName
-
sourceActivityType
-
targetActivityId
-
targetActivityName
-
targetActivityType
-
sourceActivityBehaviorClass
-
targetActivityBehaviorClass
-
-
Constructor Details
-
FlowableSequenceFlowTakenEventImpl
public FlowableSequenceFlowTakenEventImpl(org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type)
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceFlowableSequenceFlowTakenEvent
-
setId
-
getSourceActivityId
- Specified by:
getSourceActivityId
in interfaceFlowableSequenceFlowTakenEvent
-
setSourceActivityId
-
getSourceActivityName
- Specified by:
getSourceActivityName
in interfaceFlowableSequenceFlowTakenEvent
-
setSourceActivityName
-
getSourceActivityType
- Specified by:
getSourceActivityType
in interfaceFlowableSequenceFlowTakenEvent
-
setSourceActivityType
-
getTargetActivityId
- Specified by:
getTargetActivityId
in interfaceFlowableSequenceFlowTakenEvent
-
setTargetActivityId
-
getTargetActivityName
- Specified by:
getTargetActivityName
in interfaceFlowableSequenceFlowTakenEvent
-
setTargetActivityName
-
getTargetActivityType
- Specified by:
getTargetActivityType
in interfaceFlowableSequenceFlowTakenEvent
-
setTargetActivityType
-
getSourceActivityBehaviorClass
- Specified by:
getSourceActivityBehaviorClass
in interfaceFlowableSequenceFlowTakenEvent
-
setSourceActivityBehaviorClass
-
getTargetActivityBehaviorClass
- Specified by:
getTargetActivityBehaviorClass
in interfaceFlowableSequenceFlowTakenEvent
-
setTargetActivityBehaviorClass
-