jBPM distribution 6.2.0.CR2

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

Packages that use ContextInstance
org.jbpm.process.instance   
org.jbpm.process.instance.context   
org.jbpm.process.instance.context.exception   
org.jbpm.process.instance.context.exclusive   
org.jbpm.process.instance.context.swimlane   
org.jbpm.process.instance.context.variable   
org.jbpm.process.instance.impl   
org.jbpm.process.instance.impl.factory   
org.jbpm.workflow.instance   
org.jbpm.workflow.instance.context   
org.jbpm.workflow.instance.impl   
org.jbpm.workflow.instance.node   
 

Uses of ContextInstance in org.jbpm.process.instance
 

Methods in org.jbpm.process.instance that return ContextInstance
 ContextInstance ContextInstanceContainer.getContextInstance(Context context)
           
 ContextInstance ContextableInstance.getContextInstance(String contextId)
           
 ContextInstance ContextInstanceContainer.getContextInstance(String contextId, long id)
           
 

Methods in org.jbpm.process.instance that return types with arguments of type ContextInstance
 List<ContextInstance> ContextInstanceContainer.getContextInstances(String contextId)
           
 

Methods in org.jbpm.process.instance with parameters of type ContextInstance
 void ContextInstanceContainer.addContextInstance(String contextId, ContextInstance contextInstance)
           
 void ContextInstanceContainer.removeContextInstance(String contextId, ContextInstance contextInstance)
           
 

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

Classes in org.jbpm.process.instance.context that implement ContextInstance
 class AbstractContextInstance
           
 

Uses of ContextInstance in org.jbpm.process.instance.context.exception
 

Classes in org.jbpm.process.instance.context.exception that implement ContextInstance
 class CompensationScopeInstance
           
 class DefaultExceptionScopeInstance
           
 class ExceptionScopeInstance
           
 

Uses of ContextInstance in org.jbpm.process.instance.context.exclusive
 

Classes in org.jbpm.process.instance.context.exclusive that implement ContextInstance
 class ExclusiveGroupInstance
           
 

Uses of ContextInstance in org.jbpm.process.instance.context.swimlane
 

Classes in org.jbpm.process.instance.context.swimlane that implement ContextInstance
 class SwimlaneContextInstance
           
 

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

Classes in org.jbpm.process.instance.context.variable that implement ContextInstance
 class VariableScopeInstance
           
 

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

Methods in org.jbpm.process.instance.impl that return ContextInstance
 ContextInstance ProcessInstanceImpl.getContextInstance(Context context)
           
 ContextInstance ContextInstanceFactory.getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance)
           
 ContextInstance ProcessInstanceImpl.getContextInstance(String contextId)
           
 ContextInstance ProcessInstanceImpl.getContextInstance(String contextId, long id)
           
 

Methods in org.jbpm.process.instance.impl that return types with arguments of type ContextInstance
 List<ContextInstance> ProcessInstanceImpl.getContextInstances(String contextId)
           
 

Methods in org.jbpm.process.instance.impl with parameters of type ContextInstance
 void ProcessInstanceImpl.addContextInstance(String contextId, ContextInstance contextInstance)
           
 void ProcessInstanceImpl.removeContextInstance(String contextId, ContextInstance contextInstance)
           
 void ProcessInstanceImpl.setContextInstance(String contextId, ContextInstance contextInstance)
           
 

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

Fields in org.jbpm.process.instance.impl.factory with type parameters of type ContextInstance
 Class<? extends ContextInstance> ReuseContextInstanceFactory.cls
           
 

Methods in org.jbpm.process.instance.impl.factory that return ContextInstance
 ContextInstance ReuseContextInstanceFactory.getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance)
           
 

Constructor parameters in org.jbpm.process.instance.impl.factory with type arguments of type ContextInstance
ReuseContextInstanceFactory(Class<? extends ContextInstance> cls)
           
 

Uses of ContextInstance in org.jbpm.workflow.instance
 

Methods in org.jbpm.workflow.instance that return ContextInstance
 ContextInstance NodeInstance.resolveContextInstance(String contextId, Object param)
           
 

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

Subinterfaces of ContextInstance in org.jbpm.workflow.instance.context
 interface WorkflowContextInstance
           
 

Fields in org.jbpm.workflow.instance.context with type parameters of type ContextInstance
 Class<? extends ContextInstance> WorkflowReuseContextInstanceFactory.cls
           
 

Methods in org.jbpm.workflow.instance.context that return ContextInstance
 ContextInstance WorkflowReuseContextInstanceFactory.getContextInstance(Context context, ContextInstanceContainer contextInstanceContainer, ProcessInstance processInstance)
           
 

Constructor parameters in org.jbpm.workflow.instance.context with type arguments of type ContextInstance
WorkflowReuseContextInstanceFactory(Class<? extends ContextInstance> cls)
           
 

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

Methods in org.jbpm.workflow.instance.impl that return ContextInstance
 ContextInstance NodeInstanceImpl.resolveContextInstance(String contextId, Object param)
           
 

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

Methods in org.jbpm.workflow.instance.node that return ContextInstance
 ContextInstance WorkItemNodeInstance.getContextInstance(Context context)
           
 ContextInstance SubProcessNodeInstance.getContextInstance(Context context)
           
 ContextInstance CompositeContextNodeInstance.getContextInstance(Context context)
           
 ContextInstance ForEachNodeInstance.getContextInstance(String contextId)
           
 ContextInstance CompositeContextNodeInstance.getContextInstance(String contextId)
           
 ContextInstance WorkItemNodeInstance.getContextInstance(String contextId, long id)
           
 ContextInstance SubProcessNodeInstance.getContextInstance(String contextId, long id)
           
 ContextInstance CompositeContextNodeInstance.getContextInstance(String contextId, long id)
           
 

Methods in org.jbpm.workflow.instance.node that return types with arguments of type ContextInstance
 List<ContextInstance> WorkItemNodeInstance.getContextInstances(String contextId)
           
 List<ContextInstance> SubProcessNodeInstance.getContextInstances(String contextId)
           
 List<ContextInstance> CompositeContextNodeInstance.getContextInstances(String contextId)
           
 

Methods in org.jbpm.workflow.instance.node with parameters of type ContextInstance
 void WorkItemNodeInstance.addContextInstance(String contextId, ContextInstance contextInstance)
           
 void SubProcessNodeInstance.addContextInstance(String contextId, ContextInstance contextInstance)
           
 void CompositeContextNodeInstance.addContextInstance(String contextId, ContextInstance contextInstance)
           
 void WorkItemNodeInstance.removeContextInstance(String contextId, ContextInstance contextInstance)
           
 void SubProcessNodeInstance.removeContextInstance(String contextId, ContextInstance contextInstance)
           
 void CompositeContextNodeInstance.removeContextInstance(String contextId, ContextInstance contextInstance)
           
 void CompositeContextNodeInstance.setContextInstance(String contextId, ContextInstance contextInstance)
           
 


jBPM distribution 6.2.0.CR2

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