Uses of Class
org.jbpm.designer.client.shared.Variable
-
Packages that use Variable Package Description org.jbpm.designer.client.shared -
-
Uses of Variable in org.jbpm.designer.client.shared
Methods in org.jbpm.designer.client.shared that return Variable Modifier and Type Method Description static Variable
Variable. deserialize(String s, Variable.VariableType variableType)
Deserializes a variable, NOT checking whether the datatype is customstatic Variable
Variable. deserialize(String s, Variable.VariableType variableType, List<String> dataTypes)
Deserializes a variable, checking whether the datatype is custom or notVariable
AssignmentData. findProcessVariable(String processVarName)
Variable
AssignmentData. findVariable(String variableName, Variable.VariableType variableType)
Variable
Assignment. getVariable()
Methods in org.jbpm.designer.client.shared that return types with arguments of type Variable Modifier and Type Method Description List<Variable>
AssignmentData. getInputVariables()
List<Variable>
AssignmentData. getOutputVariables()
List<Variable>
AssignmentData. getProcessVariables()
Methods in org.jbpm.designer.client.shared with parameters of type Variable Modifier and Type Method Description void
AssignmentData. addVariable(Variable variable)
-