Uses of Interface
org.flowable.engine.delegate.event.FlowableEntityWithVariablesEvent
Packages that use FlowableEntityWithVariablesEvent
-
Uses of FlowableEntityWithVariablesEvent in org.flowable.engine.delegate.event
Subinterfaces of FlowableEntityWithVariablesEvent in org.flowable.engine.delegate.eventModifier 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
Classes in org.flowable.engine.delegate.event.impl that implement FlowableEntityWithVariablesEventModifier and TypeClassDescriptionclass
Base class for allFlowableEngineEntityEvent
implementations, related to entities with variables.class
AnFlowableCancelledEvent
implementation.Methods in org.flowable.engine.delegate.event.impl that return FlowableEntityWithVariablesEventModifier and TypeMethodDescriptionFlowableEventBuilder.createEntityWithVariablesEvent
(org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type, Object entity, Map variables, boolean localScope)