Uses of Interface
org.flowable.engine.delegate.event.FlowableEntityWithVariablesEvent
-
Uses of FlowableEntityWithVariablesEvent in org.flowable.engine.delegate.event
Modifier and TypeInterfaceDescriptioninterface
AnFlowableEvent
related to start event being sent when a process instance is started. -
Uses of FlowableEntityWithVariablesEvent in org.flowable.engine.delegate.event.impl
Modifier and TypeClassDescriptionclass
Base class for allFlowableEngineEntityEvent
implementations, related to entities with variables.class
AnFlowableCancelledEvent
implementation.Modifier and TypeMethodDescriptionFlowableEventBuilder.createEntityWithVariablesEvent
(org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type, Object entity, Map variables, boolean localScope)