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