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 TypeInterfaceDescriptioninterfaceAnFlowableEventrelated 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 TypeClassDescriptionclassBase class for allFlowableEngineEntityEventimplementations, related to entities with variables.classAnFlowableCancelledEventimplementation.Methods in org.flowable.engine.delegate.event.impl that return FlowableEntityWithVariablesEventModifier and TypeMethodDescriptionFlowableEventBuilder.createEntityWithVariablesEvent(FlowableEngineEventType type, Object entity, Map variables, boolean localScope)