jBPM distribution 6.0.0.CR3

Uses of Class
org.jbpm.process.core.context.variable.Variable

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)
           
 


jBPM distribution 6.0.0.CR3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.