Uses of Interface
org.flowable.common.engine.api.variable.VariableContainer
Packages that use VariableContainer
Package
Description
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegate
s.-
Uses of VariableContainer in org.flowable.cmmn.api.delegate
Subinterfaces of VariableContainer in org.flowable.cmmn.api.delegateModifier and TypeInterfaceDescriptioninterface
interface
-
Uses of VariableContainer in org.flowable.common.engine.api.delegate
Methods in org.flowable.common.engine.api.delegate with parameters of type VariableContainerModifier and TypeMethodDescriptionExpression.getValue
(VariableContainer variableContainer) void
Expression.setValue
(Object value, VariableContainer variableContainer) -
Uses of VariableContainer in org.flowable.common.engine.api.variable
Methods in org.flowable.common.engine.api.variable that return VariableContainer -
Uses of VariableContainer in org.flowable.engine.delegate
Subinterfaces of VariableContainer in org.flowable.engine.delegateModifier and TypeInterfaceDescriptioninterface
Execution used inJavaDelegate
s andExecutionListener
s.interface
Methods in org.flowable.engine.delegate that return VariableContainerMethods in org.flowable.engine.delegate with parameters of type VariableContainerModifier and TypeMethodDescriptionvoid
BpmnError.setAdditionalDataContainer
(VariableContainer additionalDataContainer) -
Uses of VariableContainer in org.flowable.engine.test.mock
Methods in org.flowable.engine.test.mock with parameters of type VariableContainerModifier and TypeMethodDescriptionorg.flowable.common.engine.impl.scripting.Resolver
MockResolverFactory.createResolver
(org.flowable.common.engine.impl.AbstractEngineConfiguration engineConfiguration, VariableContainer scopeContainer, VariableContainer inputVariableContainer) -
Uses of VariableContainer in org.flowable.variable.api.delegate
Subinterfaces of VariableContainer in org.flowable.variable.api.delegateModifier and TypeInterfaceDescriptioninterface
Interface for class that acts as a scope for variables: i.e. the implementation can be used to set and get variables.