Class ActivitiActivityCancelledEventImpl
java.lang.Object
org.activiti.engine.delegate.event.impl.ActivitiEventImpl
org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
org.activiti.engine.delegate.event.impl.ActivitiActivityCancelledEventImpl
- All Implemented Interfaces:
ActivitiActivityCancelledEvent,ActivitiActivityEvent,ActivitiCancelledEvent,ActivitiEvent
public class ActivitiActivityCancelledEventImpl
extends ActivitiActivityEventImpl
implements ActivitiActivityCancelledEvent
An
ActivitiActivityCancelledEvent implementation.-
Field Summary
FieldsFields inherited from class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
activityId, activityName, activityType, behaviorClassFields 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.ActivitiActivityEventImpl
getActivityId, getActivityName, getActivityType, getBehaviorClass, setActivityId, setActivityName, setActivityType, setBehaviorClassMethods 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.ActivitiActivityEvent
getActivityId, getActivityName, getActivityType, getBehaviorClassMethods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
Field Details
-
cause
-
-
Constructor Details
-
ActivitiActivityCancelledEventImpl
public ActivitiActivityCancelledEventImpl()
-
-
Method Details
-
setCause
-
getCause
- Specified by:
getCausein interfaceActivitiCancelledEvent- Returns:
- the cause of the cancel event. Returns null, if no specific cause has been specified.
-