Uses of Interface
org.flowable.engine.delegate.event.FlowableEntityWithVariablesEvent
-
Packages that use FlowableEntityWithVariablesEvent Package Description org.flowable.engine.delegate.event org.flowable.engine.delegate.event.impl -
-
Uses of FlowableEntityWithVariablesEvent in org.flowable.engine.delegate.event
Subinterfaces of FlowableEntityWithVariablesEvent in org.flowable.engine.delegate.event Modifier and Type Interface Description interfaceFlowableProcessStartedEventAnFlowableEventrelated 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 FlowableEntityWithVariablesEvent Modifier and Type Class Description classFlowableEntityWithVariablesEventImplBase class for allFlowableEngineEntityEventimplementations, related to entities with variables.classFlowableProcessStartedEventImplAnFlowableCancelledEventimplementation.Methods in org.flowable.engine.delegate.event.impl that return FlowableEntityWithVariablesEvent Modifier and Type Method Description static FlowableEntityWithVariablesEventFlowableEventBuilder. createEntityWithVariablesEvent(FlowableEngineEventType type, Object entity, Map variables, boolean localScope)
-