Uses of Class
org.flowable.common.engine.impl.event.FlowableEngineEventImpl
Packages that use FlowableEngineEventImpl
Package
Description
-
Uses of FlowableEngineEventImpl in org.flowable.cmmn.engine.impl.event
Subclasses of FlowableEngineEventImpl in org.flowable.cmmn.engine.impl.eventModifier 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 FlowableEngineEventImpl in org.flowable.common.engine.impl.event
Subclasses of FlowableEngineEventImpl in org.flowable.common.engine.impl.eventModifier and TypeClassDescriptionclass
Base class for allFlowableEvent
implementations, related to entities.class
Base class for allFlowableEvent
implementations, represents an exception occurred, related to an entity. -
Uses of FlowableEngineEventImpl in org.flowable.engine.delegate.event.impl
Subclasses of FlowableEngineEventImpl in org.flowable.engine.delegate.event.implModifier 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
.Methods in org.flowable.engine.delegate.event.impl with parameters of type FlowableEngineEventImplModifier and TypeMethodDescriptionprotected static void
FlowableEventBuilder.populateEventWithCurrentContext
(FlowableEngineEventImpl event) -
Uses of FlowableEngineEventImpl in org.flowable.job.service.event.impl
Methods in org.flowable.job.service.event.impl with parameters of type FlowableEngineEventImplModifier and TypeMethodDescriptionprotected static void
FlowableJobEventBuilder.populateEventWithCurrentContext
(FlowableEngineEventImpl event) -
Uses of FlowableEngineEventImpl in org.flowable.task.service.event.impl
Methods in org.flowable.task.service.event.impl with parameters of type FlowableEngineEventImplModifier and TypeMethodDescriptionprotected static void
FlowableTaskEventBuilder.populateEventWithCurrentContext
(FlowableEngineEventImpl event) -
Uses of FlowableEngineEventImpl in org.flowable.variable.service.event.impl
Subclasses of FlowableEngineEventImpl in org.flowable.variable.service.event.impl