Uses of Interface
org.flowable.engine.delegate.event.FlowableCancelledEvent
-
Packages that use FlowableCancelledEvent Package Description org.flowable.engine.delegate.event org.flowable.engine.delegate.event.impl -
-
Uses of FlowableCancelledEvent in org.flowable.engine.delegate.event
Subinterfaces of FlowableCancelledEvent in org.flowable.engine.delegate.event Modifier and Type Interface Description interfaceFlowableActivityCancelledEventAnFlowableEventrelated to cancel event being sent to an activity.interfaceFlowableMultiInstanceActivityCancelledEventAnFlowableEventrelated to cancel event being sent to an activity.Methods in org.flowable.engine.delegate.event with parameters of type FlowableCancelledEvent Modifier and Type Method Description protected voidAbstractFlowableEngineEventListener. processCancelled(FlowableCancelledEvent event) -
Uses of FlowableCancelledEvent in org.flowable.engine.delegate.event.impl
Classes in org.flowable.engine.delegate.event.impl that implement FlowableCancelledEvent Modifier and Type Class Description classFlowableActivityCancelledEventImplAnFlowableActivityCancelledEventimplementation.classFlowableMultiInstanceActivityCancelledEventImplAnFlowableMultiInstanceActivityCancelledEventimplementation.classFlowableProcessCancelledEventImplAnFlowableCancelledEventimplementation.Methods in org.flowable.engine.delegate.event.impl that return FlowableCancelledEvent Modifier and Type Method Description static FlowableCancelledEventFlowableEventBuilder. createCancelledEvent(String executionId, String processInstanceId, String processDefinitionId, Object cause)
-