Uses of Interface
org.drools.runtime.process.WorkflowProcessInstance

Packages that use WorkflowProcessInstance
org.drools.runtime.process The process runtime classes. 
org.jbpm.marshalling.impl   
org.jbpm.ruleflow.instance   
org.jbpm.workflow.instance   
org.jbpm.workflow.instance.impl   
 

Uses of WorkflowProcessInstance in org.drools.runtime.process
 

Methods in org.drools.runtime.process that return WorkflowProcessInstance
 WorkflowProcessInstance NodeInstance.getProcessInstance()
          The process instance that this node instance is executing in.
 

Uses of WorkflowProcessInstance in org.jbpm.marshalling.impl
 

Methods in org.jbpm.marshalling.impl with parameters of type WorkflowProcessInstance
 NodeInstance ProcessInstanceMarshaller.readNodeInstance(org.drools.marshalling.impl.MarshallerReaderContext context, NodeInstanceContainer nodeInstanceContainer, WorkflowProcessInstance processInstance)
           
 NodeInstance AbstractProtobufProcessInstanceMarshaller.readNodeInstance(org.drools.marshalling.impl.MarshallerReaderContext context, NodeInstanceContainer nodeInstanceContainer, WorkflowProcessInstance processInstance)
           
 NodeInstance AbstractProcessInstanceMarshaller.readNodeInstance(org.drools.marshalling.impl.MarshallerReaderContext context, NodeInstanceContainer nodeInstanceContainer, WorkflowProcessInstance processInstance)
           
protected  NodeInstanceImpl AbstractProcessInstanceMarshaller.readNodeInstanceContent(int nodeType, ObjectInputStream stream, org.drools.marshalling.impl.MarshallerReaderContext context, WorkflowProcessInstance processInstance)
           
protected  NodeInstanceImpl AbstractProtobufProcessInstanceMarshaller.readNodeInstanceContent(JBPMMessages.ProcessInstance.NodeInstance _node, org.drools.marshalling.impl.MarshallerReaderContext context, WorkflowProcessInstance processInstance)
           
 

Uses of WorkflowProcessInstance in org.jbpm.ruleflow.instance
 

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

Uses of WorkflowProcessInstance in org.jbpm.workflow.instance
 

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

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

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



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