Class ActivitiProcessCancelledEventImpl
- java.lang.Object
-
- org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
-
- org.activiti.engine.delegate.event.impl.ActivitiProcessCancelledEventImpl
-
- All Implemented Interfaces:
ActivitiCancelledEvent,ActivitiEntityEvent,ActivitiEvent,ActivitiProcessCancelledEvent
public class ActivitiProcessCancelledEventImpl extends ActivitiEntityEventImpl implements ActivitiProcessCancelledEvent
AnActivitiCancelledEventimplementation.
-
-
Field Summary
Fields Modifier and Type Field Description protected Objectcause-
Fields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
entity
-
Fields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
executionId, processDefinitionId, processInstanceId, type
-
-
Constructor Summary
Constructors Constructor Description ActivitiProcessCancelledEventImpl(ProcessInstance processInstance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetCause()voidsetCause(Object cause)-
Methods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
getEntity
-
Methods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getReason, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setReason, 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.ActivitiEntityEvent
getEntity, getReason
-
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
-
-
-
Field Detail
-
cause
protected Object cause
-
-
Constructor Detail
-
ActivitiProcessCancelledEventImpl
public ActivitiProcessCancelledEventImpl(ProcessInstance processInstance)
-
-
Method Detail
-
setCause
public void setCause(Object cause)
-
getCause
public Object getCause()
- Specified by:
getCausein interfaceActivitiCancelledEvent- Returns:
- the cause of the cancel event. Returns null, if no specific cause has been specified.
-
-