Uses of Interface
org.jbpm.process.instance.ContextInstanceContainer

Packages that use ContextInstanceContainer
org.jbpm.process.instance   
org.jbpm.process.instance.context   
org.jbpm.process.instance.context.variable   
org.jbpm.process.instance.impl   
org.jbpm.process.instance.impl.factory   
org.jbpm.ruleflow.instance   
org.jbpm.workflow.instance   
org.jbpm.workflow.instance.context   
org.jbpm.workflow.instance.impl   
org.jbpm.workflow.instance.node   
 

Uses of ContextInstanceContainer in org.jbpm.process.instance
 

Subinterfaces of ContextInstanceContainer in org.jbpm.process.instance
 interface ProcessInstance
          A process instance is the representation of a process during its execution.
 

Methods in org.jbpm.process.instance that return ContextInstanceContainer
 ContextInstanceContainer ContextInstance.getContextInstanceContainer()
           
 

Uses of ContextInstanceContainer in org.jbpm.process.instance.context
 

Methods in org.jbpm.process.instance.context that return ContextInstanceContainer
 ContextInstanceContainer AbstractContextInstance.getContextInstanceContainer()
           
 

Methods in org.jbpm.process.instance.context with parameters of type ContextInstanceContainer
 void AbstractContextInstance.setContextInstanceContainer(ContextInstanceContainer contextInstanceContainer)
           
 

Uses of ContextInstanceContainer in org.jbpm.process.instance.context.variable
 

Methods in org.jbpm.process.instance.context.variable with parameters of type ContextInstanceContainer
 void VariableScopeInstance.setContextInstanceContainer(ContextInstanceContainer contextInstanceContainer)
           
 

Uses of ContextInstanceContainer in org.jbpm.process.instance.impl
 

Classes in org.jbpm.process.instance.impl that implement ContextInstanceContainer
 class ProcessInstanceImpl
          Default implementation of a process instance.
 

Methods in org.jbpm.process.instance.impl with parameters of type ContextInstanceContainer
 ContextInstance ContextInstanceFactory.getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance)
           
 

Uses of ContextInstanceContainer in org.jbpm.process.instance.impl.factory
 

Methods in org.jbpm.process.instance.impl.factory with parameters of type ContextInstanceContainer
 ContextInstance ReuseContextInstanceFactory.getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance)
           
 

Uses of ContextInstanceContainer in org.jbpm.ruleflow.instance
 

Classes in org.jbpm.ruleflow.instance that implement ContextInstanceContainer
 class RuleFlowProcessInstance
           
 

Uses of ContextInstanceContainer in org.jbpm.workflow.instance
 

Subinterfaces of ContextInstanceContainer in org.jbpm.workflow.instance
 interface WorkflowProcessInstance
           
 

Uses of ContextInstanceContainer in org.jbpm.workflow.instance.context
 

Methods in org.jbpm.workflow.instance.context with parameters of type ContextInstanceContainer
 ContextInstance WorkflowReuseContextInstanceFactory.getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance)
           
 

Uses of ContextInstanceContainer in org.jbpm.workflow.instance.impl
 

Classes in org.jbpm.workflow.instance.impl that implement ContextInstanceContainer
 class WorkflowProcessInstanceImpl
          Default implementation of a RuleFlow process instance.
 

Uses of ContextInstanceContainer in org.jbpm.workflow.instance.node
 

Classes in org.jbpm.workflow.instance.node that implement ContextInstanceContainer
 class CompositeContextNodeInstance
           
 class DynamicNodeInstance
           
 class StateNodeInstance
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.