Uses of Interface
org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
Packages that use FlowableEngineEvent
Package
Description
-
Uses of FlowableEngineEvent in org.flowable.cmmn.api.event
Subinterfaces of FlowableEngineEvent in org.flowable.cmmn.api.eventModifier and TypeInterfaceDescriptioninterface
The interface for a case ended event, which might be a case completed or case terminated event.interface
An event representing a CMMN case stage being ended either manually through termination or with an exit sentry or by completing it.interface
An event representing a CMMN case stage being started.interface
-
Uses of FlowableEngineEvent in org.flowable.cmmn.engine.impl.event
Classes in org.flowable.cmmn.engine.impl.event that implement FlowableEngineEventModifier and TypeClassDescriptionclass
Implementation of the case completed event.class
Implements a CMMN case stage ending event, holding the case and stage instances as well as the ending state of the stage.class
Implements a CMMN case stage started event, holding the case and stage instances.class
-
Uses of FlowableEngineEvent in org.flowable.common.engine.api.delegate.event
Subinterfaces of FlowableEngineEvent in org.flowable.common.engine.api.delegate.event -
Uses of FlowableEngineEvent in org.flowable.common.engine.impl.event
Classes in org.flowable.common.engine.impl.event that implement FlowableEngineEventModifier and TypeClassDescriptionclass
Base class for allFlowableEngineEvent
implementations.class
Base class for allFlowableEvent
implementations, related to entities.class
Base class for allFlowableEvent
implementations, represents an exception occurred, related to an entity. -
Uses of FlowableEngineEvent in org.flowable.engine.delegate.event
Subinterfaces of FlowableEngineEvent in org.flowable.engine.delegate.eventModifier and TypeInterfaceDescriptioninterface
AnFlowableEvent
related to cancel event being sent to an activity.interface
AnFlowableEvent
related to an activity within an execution.interface
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
Event interface forFlowableEvent
implementations related to the process engine, exposing process engine specific functions.interface
AnFlowableEvent
that indicates a certain sequence flow has been taken.interface
AnFlowableEvent
related to a signal being sent to an activity.Methods in org.flowable.engine.delegate.event with parameters of type FlowableEngineEventModifier and TypeMethodDescriptionprotected void
AbstractFlowableEngineEventListener.custom
(FlowableEngineEvent event) protected DelegateExecution
AbstractFlowableEngineEventListener.getExecution
(FlowableEngineEvent event) -
Uses of FlowableEngineEvent in org.flowable.engine.delegate.event.impl
Classes in org.flowable.engine.delegate.event.impl that implement FlowableEngineEventModifier and TypeClassDescriptionclass
AnFlowableActivityCancelledEvent
implementation.class
Implementation of anFlowableActivityEvent
.class
AnFlowableConditionalEvent
implementation.class
Base class for allFlowableEvent
implementations, related to entities.class
Base class for allFlowableEvent
implementations, represents an exception occurred, related to an entity.class
Base class for allFlowableEngineEntityEvent
implementations, related to entities with variables.class
Implementation of anFlowableErrorEvent
.class
AnFlowableEscalationEvent
implementation.class
class
AnFlowableSignalEvent
implementation.class
AnFlowableMultiInstanceActivityCancelledEvent
implementation.class
Implementation of anFlowableMultiInstanceActivityCompletedEvent
.class
Implementation of anFlowableMultiInstanceActivityEvent
.class
AnFlowableCancelledEvent
implementation.class
class
AnFlowableCancelledEvent
implementation.class
AnFlowableProcessTerminatedEvent
implementation.class
class
AnFlowableSignalEvent
implementation.class
Implementation ofFlowableVariableEvent
. -
Uses of FlowableEngineEvent in org.flowable.variable.api.event
Subinterfaces of FlowableEngineEvent in org.flowable.variable.api.event -
Uses of FlowableEngineEvent in org.flowable.variable.service.event.impl
Classes in org.flowable.variable.service.event.impl that implement FlowableEngineEvent