Uses of Class
org.ow2.orchestra.facade.exception.InstanceNotFoundException

Packages that use InstanceNotFoundException
org.ow2.orchestra.facade   
 

Uses of InstanceNotFoundException in org.ow2.orchestra.facade
 

Methods in org.ow2.orchestra.facade that throw InstanceNotFoundException
 void InstanceManagementAPI.exit(ProcessInstanceUUID processInstanceUUID)
          Exit the given instance.
 java.util.Set<ActivityInstance> QuerierRuntimeAPI.findActivityInstances(ProcessInstanceUUID processUUID)
          Returns all records of activity for the given process instance UUID.
 java.util.Set<ActivityInstance> QuerierRuntimeAPI.findActivityInstances(ProcessInstanceUUID processUUID, ActivityState activityState)
          Returns all records of activity for the given process instance UUID and the given activity state An empty set is returned if no instance is found.
 void InstanceManagementAPI.resume(ProcessInstanceUUID processInstanceUUID)
          Resume a previously suspend instance of a process.
 void InstanceManagementAPI.suspend(ProcessInstanceUUID processInstanceUUID)
          Suspend the given instance of a process.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.