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
public class ActivitiEntityEventImpl extends ActivitiEventImpl implements ActivitiEntityEvent
Base class for allActivitiEventimplementations, related to entities.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Objectentity-
Fields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
executionId, processDefinitionId, processInstanceId, type
-
-
Constructor Summary
Constructors Constructor Description ActivitiEntityEventImpl(java.lang.Object entity, ActivitiEventType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetEntity()-
Methods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setType, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
-
-
-
Constructor Detail
-
ActivitiEntityEventImpl
public ActivitiEntityEventImpl(java.lang.Object entity, ActivitiEventType type)
-
-
Method Detail
-
getEntity
public java.lang.Object getEntity()
- Specified by:
getEntityin interfaceActivitiEntityEvent- Returns:
- the entity that is targeted by this event.
-
-