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
An
ActivitiCancelledEvent implementation.-
Field Summary
FieldsFields inherited from class org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
entityFields 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.ActivitiEntityEventImpl
getEntityMethods inherited from class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getReason, getType, 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
getEntity, getReasonMethods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
Field Details
-
cause
-
-
Constructor Details
-
ActivitiProcessCancelledEventImpl
-
-
Method Details
-
setCause
-
getCause
- Specified by:
getCausein interfaceActivitiCancelledEvent- Returns:
- the cause of the cancel event. Returns null, if no specific cause has been specified.
-