Uses of Interface
org.flowable.common.engine.api.delegate.event.FlowableEntityEvent
Packages that use FlowableEntityEvent
Package
Description
-
Uses of FlowableEntityEvent in org.flowable.cmmn.api.event
Subinterfaces of FlowableEntityEvent 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 FlowableEntityEvent in org.flowable.common.engine.api.delegate.event
Subinterfaces of FlowableEntityEvent in org.flowable.common.engine.api.delegate.event -
Uses of FlowableEntityEvent in org.flowable.engine.delegate.event
Subinterfaces of FlowableEntityEvent in org.flowable.engine.delegate.eventModifier and TypeInterfaceDescriptioninterface
AnFlowableEntityEvent
related to a single entity.interface
interface
AnFlowableEvent
related to start event being sent when a process instance is started.interface
Event extends defaultFlowableEntityEvent
with the cause of termination -
Uses of FlowableEntityEvent in org.flowable.engine.delegate.event.impl
Classes in org.flowable.engine.delegate.event.impl that implement FlowableEntityEventModifier 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.Methods in org.flowable.engine.delegate.event.impl that return FlowableEntityEventModifier and TypeMethodDescriptionstatic FlowableEntityEvent
FlowableEventBuilder.createEntityEvent
(FlowableEngineEventType type, Object entity) static FlowableEntityEvent
FlowableEventBuilder.createEntityEvent
(FlowableEngineEventType type, Object entity, String executionId, String processInstanceId, String processDefinitionId) static FlowableEntityEvent
FlowableEventBuilder.createEntityExceptionEvent
(FlowableEngineEventType type, Object entity, Throwable cause) static FlowableEntityEvent
FlowableEventBuilder.createEntityExceptionEvent
(FlowableEngineEventType type, Object entity, Throwable cause, String executionId, String processInstanceId, String processDefinitionId)