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

Packages that use ProcessInstance
org.jbpm.process.instance   
org.jbpm.process.instance.context   
org.jbpm.process.instance.impl   
org.jbpm.process.instance.impl.factory   
org.jbpm.process.instance.timer   
org.jbpm.ruleflow.instance   
org.jbpm.workflow.instance   
org.jbpm.workflow.instance.context   
org.jbpm.workflow.instance.node   
 

Uses of ProcessInstance in org.jbpm.process.instance
 

Methods in org.jbpm.process.instance that return ProcessInstance
abstract  ProcessInstance AbstractProcessInstanceFactory.createProcessInstance()
           
 ProcessInstance ProcessInstanceFactory.createProcessInstance(Process process, org.drools.common.InternalKnowledgeRuntime kruntime, Map<String,Object> parameters)
           
 ProcessInstance AbstractProcessInstanceFactory.createProcessInstance(Process process, org.drools.common.InternalKnowledgeRuntime kruntime, Map<String,Object> parameters)
           
 ProcessInstance ContextInstance.getProcessInstance()
           
 

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

Methods in org.jbpm.process.instance.context that return ProcessInstance
 ProcessInstance AbstractContextInstance.getProcessInstance()
           
 

Methods in org.jbpm.process.instance.context with parameters of type ProcessInstance
 void AbstractContextInstance.setProcessInstance(ProcessInstance processInstance)
           
 

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

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

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

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

Uses of ProcessInstance in org.jbpm.process.instance.timer
 

Methods in org.jbpm.process.instance.timer with parameters of type ProcessInstance
 void TimerManager.registerTimer(TimerInstance timer, ProcessInstance processInstance)
           
 

Uses of ProcessInstance in org.jbpm.ruleflow.instance
 

Methods in org.jbpm.ruleflow.instance that return ProcessInstance
 ProcessInstance RuleFlowProcessInstanceFactory.createProcessInstance()
           
 

Uses of ProcessInstance in org.jbpm.workflow.instance
 

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

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

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

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

Methods in org.jbpm.workflow.instance.node with parameters of type ProcessInstance
 void SubProcessNodeInstance.processInstanceCompleted(ProcessInstance processInstance)
           
 



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