Uses of Interface
org.flowable.variable.api.event.FlowableVariableEvent
Packages that use FlowableVariableEvent
Package
Description
-
Uses of FlowableVariableEvent in org.flowable.engine.delegate.event
Methods in org.flowable.engine.delegate.event with parameters of type FlowableVariableEventModifier and TypeMethodDescriptionprotected void
AbstractFlowableEngineEventListener.variableCreated
(FlowableVariableEvent event) protected void
AbstractFlowableEngineEventListener.variableDeletedEvent
(FlowableVariableEvent event) protected void
AbstractFlowableEngineEventListener.variableUpdatedEvent
(FlowableVariableEvent event) -
Uses of FlowableVariableEvent in org.flowable.engine.delegate.event.impl
Classes in org.flowable.engine.delegate.event.impl that implement FlowableVariableEventMethods in org.flowable.engine.delegate.event.impl that return FlowableVariableEventModifier and TypeMethodDescriptionstatic FlowableVariableEvent
FlowableEventBuilder.createVariableEvent
(FlowableEngineEventType type, String variableName, Object variableValue, VariableType variableType, String taskId, String executionId, String processInstanceId, String processDefinitionId, String variableInstanceId) -
Uses of FlowableVariableEvent in org.flowable.engine.impl.event.logger.handler
Methods in org.flowable.engine.impl.event.logger.handler with parameters of type FlowableVariableEventModifier and TypeMethodDescriptionVariableEventHandler.createData
(FlowableVariableEvent variableEvent) -
Uses of FlowableVariableEvent in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return FlowableVariableEventModifier and TypeMethodDescriptionstatic FlowableVariableEvent
EventUtil.createVariableDeleteEvent
(VariableInstanceEntity variableInstance) -
Uses of FlowableVariableEvent in org.flowable.variable.service.event.impl
Classes in org.flowable.variable.service.event.impl that implement FlowableVariableEventMethods in org.flowable.variable.service.event.impl that return FlowableVariableEventModifier and TypeMethodDescriptionstatic FlowableVariableEvent
FlowableVariableEventBuilder.createVariableEvent
(FlowableEngineEventType type, VariableInstance variableInstance, Object variableValue, VariableType variableType)