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 TypeInterfaceDescriptioninterface
AnFlowableEvent
related to cancel event being sent to an activity.interface
AnFlowableEvent
related to a conditional being sent to an activity.interface
AnFlowableEvent
related to an error being sent to an activity.interface
AnFlowableEvent
related to an escalation being sent to an activity.interface
AnFlowableEvent
related to an message being sent to an activity.interface
AnFlowableEvent
related to cancel event being sent to an activity.interface
interface
AFlowableEvent
related to a multi-instance activity within an execution.interface
AnFlowableEvent
related to a signal being sent to an activity.Methods in org.flowable.engine.delegate.event with parameters of type FlowableActivityEventModifier and TypeMethodDescriptionprotected void
AbstractFlowableEngineEventListener.activityCompensate
(FlowableActivityEvent event) protected void
AbstractFlowableEngineEventListener.activityCompleted
(FlowableActivityEvent event) protected void
AbstractFlowableEngineEventListener.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 TypeClassDescriptionclass
AnFlowableActivityCancelledEvent
implementation.class
Implementation of anFlowableActivityEvent
.class
AnFlowableConditionalEvent
implementation.class
Implementation of anFlowableErrorEvent
.class
AnFlowableEscalationEvent
implementation.class
AnFlowableSignalEvent
implementation.class
AnFlowableMultiInstanceActivityCancelledEvent
implementation.class
Implementation of anFlowableMultiInstanceActivityCompletedEvent
.class
Implementation of anFlowableMultiInstanceActivityEvent
.class
AnFlowableSignalEvent
implementation.Methods in org.flowable.engine.delegate.event.impl that return FlowableActivityEventModifier and TypeMethodDescriptionstatic FlowableActivityEvent
FlowableEventBuilder.createActivityEvent
(org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type, String activityId, String activityName, String executionId, String processInstanceId, String processDefinitionId, org.flowable.bpmn.model.FlowElement flowElement)