|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Variable | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
Variable |
VariableScope.findVariable(String variableName)
|
Methods in org.jbpm.process.core.context.variable that return types with arguments of type Variable | |
---|---|
List<Variable> |
VariableScope.getVariables()
|
Method parameters in org.jbpm.process.core.context.variable with type arguments of type Variable | |
---|---|
void |
VariableScope.setVariables(List<Variable> variables)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |