Uses of Class
org.jbpm.process.core.context.variable.Variable
-
Packages that use Variable Package Description org.jbpm.process.core.context.variable -
-
Uses of Variable in org.jbpm.process.core.context.variable
Methods in org.jbpm.process.core.context.variable that return Variable Modifier and Type Method Description VariableVariableScope. findVariable(String variableName)Methods in org.jbpm.process.core.context.variable that return types with arguments of type Variable Modifier and Type Method Description List<Variable>VariableScope. getVariables()Method parameters in org.jbpm.process.core.context.variable with type arguments of type Variable Modifier and Type Method Description voidVariableScope. setVariables(List<Variable> variables)
-