Uses of Interface
org.flowable.engine.delegate.event.FlowableActivityEvent
-
Packages that use FlowableActivityEvent Package Description org.flowable.engine.delegate.event org.flowable.engine.delegate.event.impl -
-
Uses of FlowableActivityEvent in org.flowable.engine.delegate.event
Subinterfaces of FlowableActivityEvent in org.flowable.engine.delegate.event Modifier and Type Interface Description interfaceFlowableActivityCancelledEventAnFlowableEventrelated to cancel event being sent to an activity.interfaceFlowableConditionalEventAnFlowableEventrelated to a conditional being sent to an activity.interfaceFlowableErrorEventAnFlowableEventrelated to an error being sent to an activity.interfaceFlowableEscalationEventAnFlowableEventrelated to an escalation being sent to an activity.interfaceFlowableMessageEventAnFlowableEventrelated to an message being sent to an activity.interfaceFlowableMultiInstanceActivityCancelledEventAnFlowableEventrelated to cancel event being sent to an activity.interfaceFlowableMultiInstanceActivityCompletedEventinterfaceFlowableMultiInstanceActivityEventAFlowableEventrelated to a multi-instance activity within an execution.interfaceFlowableSignalEventAnFlowableEventrelated to a signal being sent to an activity.Methods in org.flowable.engine.delegate.event with parameters of type FlowableActivityEvent Modifier and Type Method Description protected voidAbstractFlowableEngineEventListener. activityCompensate(FlowableActivityEvent event)protected voidAbstractFlowableEngineEventListener. activityCompleted(FlowableActivityEvent event)protected voidAbstractFlowableEngineEventListener. activityStarted(FlowableActivityEvent event) -
Uses of FlowableActivityEvent in org.flowable.engine.delegate.event.impl
Classes in org.flowable.engine.delegate.event.impl that implement FlowableActivityEvent Modifier and Type Class Description classFlowableActivityCancelledEventImplAnFlowableActivityCancelledEventimplementation.classFlowableActivityEventImplImplementation of anFlowableActivityEvent.classFlowableConditionalEventImplAnFlowableConditionalEventimplementation.classFlowableErrorEventImplImplementation of anFlowableErrorEvent.classFlowableEscalationEventImplAnFlowableEscalationEventimplementation.classFlowableMessageEventImplAnFlowableSignalEventimplementation.classFlowableMultiInstanceActivityCancelledEventImplAnFlowableMultiInstanceActivityCancelledEventimplementation.classFlowableMultiInstanceActivityCompletedEventImplImplementation of anFlowableMultiInstanceActivityCompletedEvent.classFlowableMultiInstanceActivityEventImplImplementation of anFlowableMultiInstanceActivityEvent.classFlowableSignalEventImplAnFlowableSignalEventimplementation.Methods in org.flowable.engine.delegate.event.impl that return FlowableActivityEvent Modifier and Type Method Description static FlowableActivityEventFlowableEventBuilder. createActivityEvent(FlowableEngineEventType type, String activityId, String activityName, String executionId, String processInstanceId, String processDefinitionId, org.flowable.bpmn.model.FlowElement flowElement)
-