Uses of Class
org.jbpm.process.core.context.variable.VariableScope
-
Packages that use VariableScope Package Description org.jbpm.process.instance.context.variable org.jbpm.ruleflow.core -
-
Uses of VariableScope in org.jbpm.process.instance.context.variable
Methods in org.jbpm.process.instance.context.variable that return VariableScope Modifier and Type Method Description VariableScope
VariableScopeInstance. getVariableScope()
Methods in org.jbpm.process.instance.context.variable with parameters of type VariableScope Modifier and Type Method Description void
VariableScopeInstance. setDefaultValue(org.kie.api.definition.process.Process process, VariableScope variableScope, VariableScopeInstance variableScopeInstance)
-
Uses of VariableScope in org.jbpm.ruleflow.core
Methods in org.jbpm.ruleflow.core that return VariableScope Modifier and Type Method Description VariableScope
RuleFlowProcess. getVariableScope()
-