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
           
 

Fields in org.jbpm.context.exe with type parameters of type TokenVariableMap
protected  java.util.Map<Token,TokenVariableMap> ContextInstance.tokenVariableMaps
           
 

Methods in org.jbpm.context.exe that return TokenVariableMap
 TokenVariableMap ContextInstance.getOrCreateTokenVariableMap(Token token)
           
 TokenVariableMap ContextInstance.getTokenVariableMap(Token token)
           
 

Methods in org.jbpm.context.exe that return types with arguments of type TokenVariableMap
 java.util.Map<Token,TokenVariableMap> ContextInstance.getTokenVariableMaps()
           
 

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



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