Class FlowableActivityEventImpl
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.FlowableActivityEventImpl
- All Implemented Interfaces:
org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
,org.flowable.common.engine.api.delegate.event.FlowableEvent
,FlowableActivityEvent
,FlowableProcessEngineEvent
- Direct Known Subclasses:
FlowableActivityCancelledEventImpl
,FlowableConditionalEventImpl
,FlowableErrorEventImpl
,FlowableEscalationEventImpl
,FlowableMessageEventImpl
,FlowableMultiInstanceActivityEventImpl
,FlowableSignalEventImpl
public class FlowableActivityEventImpl
extends FlowableProcessEventImpl
implements FlowableActivityEvent
Implementation of an
FlowableActivityEvent
.- Author:
- Frederik Heremans, Joram Barrez
-
Field Summary
Modifier and TypeFieldDescriptionprotected 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
ConstructorDescriptionFlowableActivityEventImpl
(org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setActivityId
(String activityId) void
setActivityName
(String activityName) void
setActivityType
(String activityType) void
setBehaviorClass
(String behaviorClass) 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
-
activityId
-
activityName
-
activityType
-
behaviorClass
-
-
Constructor Details
-
FlowableActivityEventImpl
public FlowableActivityEventImpl(org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type)
-
-
Method Details
-
getActivityId
- Specified by:
getActivityId
in interfaceFlowableActivityEvent
- Returns:
- the id of the activity this event is related to. This corresponds to an id defined in the process definition.
-
setActivityId
-
getActivityName
- Specified by:
getActivityName
in interfaceFlowableActivityEvent
- Returns:
- the name of the activity this event is related to.
-
setActivityName
-
getActivityType
- Specified by:
getActivityType
in interfaceFlowableActivityEvent
- Returns:
- the type of the activity (if set during parsing).
-
setActivityType
-
getBehaviorClass
- Specified by:
getBehaviorClass
in interfaceFlowableActivityEvent
- Returns:
- the behaviourclass of the activity (if it could be determined)
-
setBehaviorClass
-