当前页面: 
在线文档首页 > 
JBoss JBPM 3.1.3 API 英文版文档
TokenVariableMap (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.context.exe
Class TokenVariableMap
java.lang.Object
   org.jbpm.context.exe.VariableContainer
org.jbpm.context.exe.VariableContainer
       org.jbpm.context.exe.TokenVariableMap
org.jbpm.context.exe.TokenVariableMap
- All Implemented Interfaces: 
- java.io.Serializable
- public class TokenVariableMap 
- extends VariableContainer- implements java.io.Serializable
is a jbpm-internal map of variableInstances related to one Token.  
 Each token has it's own map of variableInstances, thereby creating 
 hierarchy and scoping of process variableInstances.
- See Also:
- Serialized Form
 
 
 
 
| Methods inherited from class org.jbpm.context.exe.VariableContainer | 
| addVariables, deleteVariable, deleteVariableInstance, deleteVariableLocally, getUpdatedVariableContainers, getVariable, getVariableInstance, getVariableLocally, getVariables, getVariablesLocally, hasVariable, hasVariableLocally, setVariable, setVariableLocally | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
token
protected Token token
contextInstance
protected ContextInstance contextInstance
TokenVariableMap
public TokenVariableMap()
TokenVariableMap
public TokenVariableMap(Token token,
                        ContextInstance contextInstance)
addVariableInstance
public void addVariableInstance(VariableInstance variableInstance)
- 
- Overrides:
- addVariableInstancein class- VariableContainer
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
getParentVariableContainer
protected VariableContainer getParentVariableContainer()
- 
- Specified by:
- getParentVariableContainerin class- VariableContainer
 
- 
 
getContextInstance
public ContextInstance getContextInstance()
- 
- Overrides:
- getContextInstancein class- VariableContainer
 
- 
 
getToken
public Token getToken()
- 
- Specified by:
- getTokenin class- VariableContainer
 
- 
 
getVariableInstances
public java.util.Map getVariableInstances()
- 
- Overrides:
- getVariableInstancesin class- VariableContainer
 
- 
 
Version : jbpm-3.1.3