jBPM distribution 6.0.1.Final

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

Packages that use ContextableInstance
org.jbpm.process.instance   
org.jbpm.process.instance.impl   
org.jbpm.ruleflow.instance   
org.jbpm.workflow.instance   
org.jbpm.workflow.instance.impl   
org.jbpm.workflow.instance.node   
 

Uses of ContextableInstance in org.jbpm.process.instance
 

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

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

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

Uses of ContextableInstance in org.jbpm.ruleflow.instance
 

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

Uses of ContextableInstance in org.jbpm.workflow.instance
 

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

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

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

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

Classes in org.jbpm.workflow.instance.node that implement ContextableInstance
 class CompositeContextNodeInstance
           
 class DynamicNodeInstance
           
 class EventSubProcessNodeInstance
           
 class ForEachNodeInstance
          Runtime counterpart of a for each node.
 class StateNodeInstance
           
 


jBPM distribution 6.0.1.Final

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