Uses of Interface
org.flowable.engine.delegate.event.FlowableActivityEvent
Packages that use FlowableActivityEvent
-
Uses of FlowableActivityEvent in org.flowable.engine.delegate.event
Subinterfaces of FlowableActivityEvent in org.flowable.engine.delegate.eventModifier and TypeInterfaceDescriptioninterfaceAnFlowableEventrelated to cancel event being sent to an activity.interfaceAnFlowableEventrelated to a conditional being sent to an activity.interfaceAnFlowableEventrelated to an error being sent to an activity.interfaceAnFlowableEventrelated to an escalation being sent to an activity.interfaceAnFlowableEventrelated to an message being sent to an activity.interfaceAnFlowableEventrelated to cancel event being sent to an activity.interfaceinterfaceAFlowableEventrelated to a multi-instance activity within an execution.interfaceAnFlowableEventrelated to a signal being sent to an activity.Methods in org.flowable.engine.delegate.event with parameters of type FlowableActivityEventModifier and TypeMethodDescriptionprotected 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 FlowableActivityEventModifier and TypeClassDescriptionclassAnFlowableActivityCancelledEventimplementation.classImplementation of anFlowableActivityEvent.classAnFlowableConditionalEventimplementation.classImplementation of anFlowableErrorEvent.classAnFlowableEscalationEventimplementation.classAnFlowableSignalEventimplementation.classAnFlowableMultiInstanceActivityCancelledEventimplementation.classImplementation of anFlowableMultiInstanceActivityCompletedEvent.classImplementation of anFlowableMultiInstanceActivityEvent.classAnFlowableSignalEventimplementation.Methods in org.flowable.engine.delegate.event.impl that return FlowableActivityEventModifier and TypeMethodDescriptionstatic FlowableActivityEventFlowableEventBuilder.createActivityEvent(FlowableEngineEventType type, String activityId, String activityName, String executionId, String processInstanceId, String processDefinitionId, FlowElement flowElement)