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

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

Uses of VariableContainer in org.jbpm.command
 

Methods in org.jbpm.command that return VariableContainer
protected  VariableContainer VariablesCommand.getVariableContainer(JbpmContext jbpmContext)
           
protected  VariableContainer VariablesCommand.getVariableContainer(Token token)
           
 

Uses of VariableContainer in org.jbpm.context.exe
 

Subclasses of VariableContainer in org.jbpm.context.exe
 class TokenVariableMap
          is a jbpm-internal map of variableInstances related to one Token.
 

Methods in org.jbpm.context.exe that return VariableContainer
protected  VariableContainer TokenVariableMap.getParentVariableContainer()
           
protected abstract  VariableContainer VariableContainer.getParentVariableContainer()
           
 

Uses of VariableContainer in org.jbpm.taskmgmt.exe
 

Subclasses of VariableContainer in org.jbpm.taskmgmt.exe
 class TaskInstance
          is one task instance that can be assigned to an actor (read: put in someone's task list) and that can trigger the continuation of execution of the token upon completion.
 

Methods in org.jbpm.taskmgmt.exe that return VariableContainer
protected  VariableContainer TaskInstance.getParentVariableContainer()
           
 



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