Class ActivitiEntityEventImpl
java.lang.Object
org.activiti.engine.delegate.event.impl.ActivitiEventImpl
org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
- All Implemented Interfaces:
ActivitiEntityEvent, ActivitiEvent
- Direct Known Subclasses:
ActivitiEntityWithVariablesEventImpl, ActivitiProcessCancelledEventImpl
Base class for all
ActivitiEvent implementations, related to entities.-
Field Summary
FieldsFields inherited from class ActivitiEventImpl
executionId, processDefinitionId, processInstanceId, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ActivitiEventImpl
getActor, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getReason, getType, setActor, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setReason, setType, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ActivitiEntityEvent
getActor, getReasonMethods inherited from interface ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
Field Details
-
entity
-
-
Constructor Details
-
ActivitiEntityEventImpl
-
-
Method Details
-
getEntity
- Specified by:
getEntityin interfaceActivitiEntityEvent- Returns:
- the entity that is targeted by this event.
-