Uses of Class
org.jbpm.process.core.context.variable.Variable
-
Packages that use Variable Package Description org.jbpm.bpmn2.xml org.jbpm.compiler.xml org.jbpm.process.core.context.variable -
-
Uses of Variable in org.jbpm.bpmn2.xml
Method parameters in org.jbpm.bpmn2.xml with type arguments of type Variable Modifier and Type Method Description static void
XmlBPMNProcessDumper. visitVariables(List<Variable> variables, StringBuilder xmlDump)
-
Uses of Variable in org.jbpm.compiler.xml
Method parameters in org.jbpm.compiler.xml with type arguments of type Variable Modifier and Type Method Description static void
XmlWorkflowProcessDumper. visitVariables(List<Variable> variables, StringBuilder xmlDump)
-
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 Variable
VariableScope. 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 void
VariableScope. setVariables(List<Variable> variables)
-