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
JavaDelegates.-
Uses of VariableContainer in org.flowable.cmmn.api.delegate
Subinterfaces of VariableContainer in org.flowable.cmmn.api.delegateModifier and TypeInterfaceDescriptioninterfaceinterface -
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) voidExpression.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 TypeInterfaceDescriptioninterfaceExecution used inJavaDelegates andExecutionListeners.interfaceMethods in org.flowable.engine.delegate that return VariableContainerMethods in org.flowable.engine.delegate with parameters of type VariableContainerModifier and TypeMethodDescriptionvoidBpmnError.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.ResolverMockResolverFactory.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 TypeInterfaceDescriptioninterfaceInterface for class that acts as a scope for variables: i.e. the implementation can be used to set and get variables.