Uses of Interface
org.ow2.orchestra.facade.runtime.ProcessInstance

Packages that use ProcessInstance
org.ow2.orchestra.facade   
 

Uses of ProcessInstance in org.ow2.orchestra.facade
 

Methods in org.ow2.orchestra.facade that return types with arguments of type ProcessInstance
 java.util.Set<ProcessInstance> QuerierRuntimeAPI.findProcessInstances()
          Returns all records of instance.
 java.util.Set<ProcessInstance> QuerierRuntimeAPI.findProcessInstances(ProcessDefinitionUUID processDefinitionUUID)
          Returns all records of instance for the given process definition UUID.
 java.util.Set<ProcessInstance> QuerierRuntimeAPI.findProcessInstances(ProcessDefinitionUUID processDefinitionUUID, ProcessState processState)
          Returns all records of instance for the given process definition UUID and the given process state.
 java.util.Set<ProcessInstance> QuerierRuntimeAPI.findProcessInstances(ProcessState processState)
          Returns all records of instance for the given process state.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.