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

Packages that use ContextInstance
org.jbpm.context.exe contains ContextInstance, the central interface class for working with process variables. 
org.jbpm.graph.exe contains the runtime structures for process executions. 
org.jbpm.instantiation is for instantiating delegation classes and making them persistable with class Delegation. 
org.jbpm.taskmgmt.def process definition extensions for task management related information. 
 

Uses of ContextInstance in org.jbpm.context.exe
 

Fields in org.jbpm.context.exe declared as ContextInstance
protected  ContextInstance TokenVariableMap.contextInstance
           
 

Methods in org.jbpm.context.exe that return ContextInstance
 ContextInstance VariableContainer.getContextInstance()
           
 ContextInstance TokenVariableMap.getContextInstance()
           
 

Constructors in org.jbpm.context.exe with parameters of type ContextInstance
TokenVariableMap(Token token, ContextInstance contextInstance)
           
 

Uses of ContextInstance in org.jbpm.graph.exe
 

Methods in org.jbpm.graph.exe that return ContextInstance
 ContextInstance ProcessInstance.getContextInstance()
          process instance extension for process variableInstances.
 ContextInstance ExecutionContext.getContextInstance()
           
 

Uses of ContextInstance in org.jbpm.instantiation
 

Methods in org.jbpm.instantiation with parameters of type ContextInstance
 void UserCodeInterceptor.executeTaskControllerInitialization(TaskControllerHandler taskControllerHandler, TaskInstance taskInstance, ContextInstance contextInstance, Token token)
           
 void UserCodeInterceptor.executeTaskControllerSubmission(TaskControllerHandler taskControllerHandler, TaskInstance taskInstance, ContextInstance contextInstance, Token token)
           
 

Uses of ContextInstance in org.jbpm.taskmgmt.def
 

Methods in org.jbpm.taskmgmt.def with parameters of type ContextInstance
 void TaskControllerHandler.initializeTaskVariables(TaskInstance taskInstance, ContextInstance contextInstance, Token token)
          extracts all information from the process context (optionally indirect) and initializes the task instance variables.
 void TaskControllerHandler.submitTaskVariables(TaskInstance taskInstance, ContextInstance contextInstance, Token token)
          is called when a task completes.
 



Copyright © 2010 JBoss Community. All Rights Reserved.