Knowledge API Legacy5 Adapter 6.0.0.Beta3

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

Packages that use ProcessInstance
org.drools.event.process Events emitted while process instances are executing. 
org.drools.impl.adapters   
org.drools.runtime.process The process runtime classes. 
 

Uses of ProcessInstance in org.drools.event.process
 

Methods in org.drools.event.process that return ProcessInstance
 ProcessInstance ProcessEvent.getProcessInstance()
          The ProcessInstance this event relates to.
 

Uses of ProcessInstance in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement ProcessInstance
 class ProcessInstanceAdapter
           
 

Methods in org.drools.impl.adapters that return ProcessInstance
 ProcessInstance KnowledgeRuntimeAdapter.createProcessInstance(String processId, Map<String,Object> parameters)
           
 ProcessInstance KnowledgeRuntimeAdapter.getProcessInstance(long processInstanceId)
           
 ProcessInstance KnowledgeRuntimeAdapter.startProcess(String processId)
           
 ProcessInstance KnowledgeRuntimeAdapter.startProcess(String processId, Map<String,Object> parameters)
           
 ProcessInstance KnowledgeRuntimeAdapter.startProcessInstance(long processInstanceId)
           
 

Methods in org.drools.impl.adapters that return types with arguments of type ProcessInstance
static List<ProcessInstance> ProcessInstanceAdapter.adaptProcessInstances(Collection<org.kie.api.runtime.process.ProcessInstance> processes)
           
 Collection<ProcessInstance> KnowledgeRuntimeAdapter.getProcessInstances()
           
 

Uses of ProcessInstance in org.drools.runtime.process
 

Subinterfaces of ProcessInstance in org.drools.runtime.process
 interface WorkflowProcessInstance
          A workflow process instance represents one specific instance of a workflow process that is currently executing.
 

Methods in org.drools.runtime.process that return ProcessInstance
 ProcessInstance ProcessRuntime.createProcessInstance(String processId, Map<String,Object> parameters)
          Creates a new process instance (but does not yet start it).
 ProcessInstance ProcessContext.getProcessInstance()
          Returns the process instance that is currently being executed in this context.
 ProcessInstance ProcessRuntime.getProcessInstance(long processInstanceId)
          Returns the process instance with the given id.
 ProcessInstance ProcessRuntime.startProcess(String processId)
          Start a new process instance.
 ProcessInstance ProcessRuntime.startProcess(String processId, Map<String,Object> parameters)
          Start a new process instance.
 ProcessInstance ProcessRuntime.startProcessInstance(long processInstanceId)
          Starts the given process instance (which was created by using createProcesInstance but not yet started).
 

Methods in org.drools.runtime.process that return types with arguments of type ProcessInstance
 Collection<ProcessInstance> ProcessRuntime.getProcessInstances()
          Returns a collection of currently active process instances.
 


Knowledge API Legacy5 Adapter 6.0.0.Beta3

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