Uses of Interface
org.flowable.common.engine.api.variable.VariableContainer
-
Packages that use VariableContainer Package Description org.flowable.common.engine.api.delegate org.flowable.common.engine.api.variable -
-
Uses of VariableContainer in org.flowable.common.engine.api.delegate
Methods in org.flowable.common.engine.api.delegate with parameters of type VariableContainer Modifier and Type Method Description ObjectExpression. 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 Modifier and Type Method Description static VariableContainerVariableContainer. empty()
-