Uses of Interface
org.activiti.engine.delegate.event.ActivitiCancelledEvent
-
Packages that use ActivitiCancelledEvent Package Description org.activiti.engine.delegate.event org.activiti.engine.delegate.event.impl -
-
Uses of ActivitiCancelledEvent in org.activiti.engine.delegate.event
Subinterfaces of ActivitiCancelledEvent in org.activiti.engine.delegate.event Modifier and Type Interface Description interfaceActivitiActivityCancelledEventAnActivitiEventrelated to cancel event being sent to an activity. -
Uses of ActivitiCancelledEvent in org.activiti.engine.delegate.event.impl
Classes in org.activiti.engine.delegate.event.impl that implement ActivitiCancelledEvent Modifier and Type Class Description classActivitiActivityCancelledEventImplAnActivitiActivityCancelledEventimplementation.classActivitiProcessCancelledEventImplAnActivitiCancelledEventimplementation.Methods in org.activiti.engine.delegate.event.impl that return ActivitiCancelledEvent Modifier and Type Method Description static ActivitiCancelledEventActivitiEventBuilder. createCancelledEvent(java.lang.String executionId, java.lang.String processInstanceId, java.lang.String processDefinitionId, java.lang.Object cause)
-