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 org.activiti.engine.delegate.event.impl.ActivitiEventImpl
executionId, processDefinitionId, processInstanceId, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
getActor, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getReason, getType, setActor, 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.ActivitiEntityEvent
getActor, getReasonMethods inherited from interface org.activiti.engine.delegate.event.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.
-