Class ActivitiActivityEventImpl
java.lang.Object
org.activiti.engine.delegate.event.impl.ActivitiEventImpl
org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
- All Implemented Interfaces:
ActivitiActivityEvent,ActivitiEvent
- Direct Known Subclasses:
ActivitiActivityCancelledEventImpl,ActivitiErrorEventImpl,ActivitiMessageEventImpl,ActivitiSignalEventImpl
Implementation of an
ActivitiActivityEvent.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
executionId, processDefinitionId, processInstanceId, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetActivityId(String activityId) voidsetActivityName(String activityName) voidsetActivityType(String activityType) voidsetBehaviorClass(String behaviorClass) Methods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getReason, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setReason, setType, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
Field Details
-
activityId
-
activityName
-
activityType
-
behaviorClass
-
-
Constructor Details
-
ActivitiActivityEventImpl
-
-
Method Details
-
getActivityId
- Specified by:
getActivityIdin interfaceActivitiActivityEvent- 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:
getActivityNamein interfaceActivitiActivityEvent- Returns:
- the name of the activity this event is related to.
-
setActivityName
-
getActivityType
- Specified by:
getActivityTypein interfaceActivitiActivityEvent- Returns:
- the type of the activity (if set during parsing).
-
setActivityType
-
getBehaviorClass
- Specified by:
getBehaviorClassin interfaceActivitiActivityEvent- Returns:
- the behaviourclass of the activity (if it could be determined)
-
setBehaviorClass
-