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

Packages that use ProcessInstance
org.ow2.bonita.facade Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. 
org.ow2.bonita.facade.remote All interfaces in this package are for internal use only. 
 

Uses of ProcessInstance in org.ow2.bonita.facade
 

Methods in org.ow2.bonita.facade that return ProcessInstance
 ProcessInstance QueryRuntimeAPI.getProcessInstance(ProcessInstanceUUID instanceUUID)
          Returns the record of the instance with the given UUID.
 

Methods in org.ow2.bonita.facade that return types with arguments of type ProcessInstance
 java.util.Set<ProcessInstance> QueryRuntimeAPI.getProcessInstances()
          Returns all records of instance.
 java.util.Set<ProcessInstance> QueryRuntimeAPI.getProcessInstances(ProcessDefinitionUUID processUUID)
          Returns all records of instance for the given process processDefinitionUUID.
 

Uses of ProcessInstance in org.ow2.bonita.facade.remote
 

Methods in org.ow2.bonita.facade.remote that return ProcessInstance
 ProcessInstance RemoteQueryRuntimeAPI.getProcessInstance(ProcessInstanceUUID instanceUUID)
           
 

Methods in org.ow2.bonita.facade.remote that return types with arguments of type ProcessInstance
 java.util.Set<ProcessInstance> RemoteQueryRuntimeAPI.getProcessInstances()
           
 java.util.Set<ProcessInstance> RemoteQueryRuntimeAPI.getProcessInstances(ProcessDefinitionUUID processUUID)
           
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.