|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceNotFoundException | |
---|---|
org.ow2.orchestra.facade | |
org.ow2.orchestra.facade.rest |
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. |
Set<ActivityInstance> |
QueryRuntimeAPI.findActivityInstances(ProcessInstanceUUID processUUID)
Returns all records of activity for the given process instance UUID. |
Set<ActivityInstance> |
QueryRuntimeAPI.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. |
ProcessInstance |
QueryRuntimeAPI.getProcessInstance(ProcessInstanceUUID processInstanceUUID)
Returns recorded instance data for the given process instance UUID. |
ProcessInstanceData |
RuntimeAPI.getProcessInstance(ProcessInstanceUUID processInstanceUUID)
Get information about a process instance. |
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. |
Uses of InstanceNotFoundException in org.ow2.orchestra.facade.rest |
---|
Methods in org.ow2.orchestra.facade.rest that throw InstanceNotFoundException | |
---|---|
void |
JaxRSInstanceManagementAPI.exit(ProcessInstanceUUID processInstanceUUID)
|
CollectionWrapper<ActivityInstance> |
JaxRSQueryRuntimeAPI.findActivityInstances(ProcessInstanceUUID instanceUUID,
ActivityState activityState)
|
InterfaceWrapper<ProcessInstance> |
JaxRSQueryRuntimeAPI.getProcessInstance(ProcessInstanceUUID processInstanceUUID)
|
void |
JaxRSInstanceManagementAPI.resume(ProcessInstanceUUID processInstanceUUID)
|
void |
JaxRSInstanceManagementAPI.suspend(ProcessInstanceUUID processInstanceUUID)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |