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 voidAbstractFlowableEngineEventListener.variableCreated(FlowableVariableEvent event) protected voidAbstractFlowableEngineEventListener.variableDeletedEvent(FlowableVariableEvent event) protected voidAbstractFlowableEngineEventListener.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 FlowableVariableEventFlowableEventBuilder.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 FlowableVariableEventEventUtil.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 FlowableVariableEventFlowableVariableEventBuilder.createVariableEvent(FlowableEngineEventType type, VariableInstance variableInstance, Object variableValue, VariableType variableType)