org.jbpm.process.core.context.variable
Class VariableScope
java.lang.Object
org.jbpm.process.core.context.AbstractContext
org.jbpm.process.core.context.variable.VariableScope
- All Implemented Interfaces:
- Serializable, Context
public class VariableScope
- extends AbstractContext
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VARIABLE_SCOPE
public static final String VARIABLE_SCOPE
- See Also:
- Constant Field Values
VariableScope
public VariableScope()
getType
public String getType()
getVariables
public List<Variable> getVariables()
setVariables
public void setVariables(List<Variable> variables)
getVariableNames
public String[] getVariableNames()
findVariable
public Variable findVariable(String variableName)
resolveContext
public Context resolveContext(Object param)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.