Uses of Interface
org.flowable.common.engine.api.delegate.event.FlowableEngineEntityEvent
Packages that use FlowableEngineEntityEvent
Package
Description
-
Uses of FlowableEngineEntityEvent in org.flowable.cmmn.api.event
Subinterfaces of FlowableEngineEntityEvent 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 FlowableEngineEntityEvent in org.flowable.cmmn.engine.impl.event
Classes in org.flowable.cmmn.engine.impl.event that implement FlowableEngineEntityEventModifier 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 FlowableEngineEntityEvent in org.flowable.common.engine.impl.event
Classes in org.flowable.common.engine.impl.event that implement FlowableEngineEntityEventModifier 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 FlowableEngineEntityEvent in org.flowable.engine.delegate.event
Methods in org.flowable.engine.delegate.event with parameters of type FlowableEngineEntityEventModifier and TypeMethodDescriptionprotected void
AbstractFlowableEngineEventListener.entityActivated
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.entityCreated
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.entityDeleted
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.entityInitialized
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.entitySuspended
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.entityUpdated
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.historicActivityInstanceCreated
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.historicActivityInstanceEnded
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.historicProcessInstanceCreated
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.historicProcessInstanceEnded
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.jobCancelled
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.jobExecutionFailure
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.jobExecutionSuccess
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.jobRescheduled
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.jobRetriesDecremented
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.processCompleted
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.processCompletedWithErrorEnd
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.processCompletedWithEscalationEnd
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.processCompletedWithTerminateEnd
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.processCreated
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.taskAssigned
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.taskCompleted
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.taskCreated
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.timerFired
(FlowableEngineEntityEvent event) protected void
AbstractFlowableEngineEventListener.timerScheduled
(FlowableEngineEntityEvent event) -
Uses of FlowableEngineEntityEvent in org.flowable.engine.delegate.event.impl
Classes in org.flowable.engine.delegate.event.impl that implement FlowableEngineEntityEventModifier and TypeClassDescriptionclass
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
class
AnFlowableCancelledEvent
implementation.class
AnFlowableProcessTerminatedEvent
implementation.