Uses of Class
org.jbpm.context.exe.TokenVariableMap

Packages that use TokenVariableMap
org.jbpm.context.exe contains ContextInstance, the central interface class for working with process variables. 
 

Uses of TokenVariableMap in org.jbpm.context.exe
 

Fields in org.jbpm.context.exe declared as TokenVariableMap
protected  TokenVariableMap VariableInstance.tokenVariableMap
           
 

Methods in org.jbpm.context.exe that return TokenVariableMap
 TokenVariableMap ContextInstance.getOrCreateTokenVariableMap(Token token)
          searches for the first token-variable-map for the given token and creates it on the root token if it doesn't exist.
 TokenVariableMap ContextInstance.getTokenVariableMap(Token token)
          looks for the first token-variable-map that is found up the token-parent hierarchy.
 

Methods in org.jbpm.context.exe with parameters of type TokenVariableMap
 void VariableInstance.setTokenVariableMap(TokenVariableMap tokenVariableMap)
           
 



Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.