|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InstanceManagementAPI
Manage a process instance.
| Method Summary | |
|---|---|
void |
exit(ProcessInstanceUUID processInstanceUUID)
Exit the given instance. |
void |
resume(ProcessInstanceUUID processInstanceUUID)
Resume a previously suspend instance of a process. |
void |
suspend(ProcessInstanceUUID processInstanceUUID)
Suspend the given instance of a process. |
| Method Detail |
|---|
void exit(ProcessInstanceUUID processInstanceUUID)
throws InstanceNotFoundException
processInstanceUUID - the Id of the instance to exit.
InstanceNotFoundException - thrown if the given instance to exit is not found.
void resume(ProcessInstanceUUID processInstanceUUID)
throws InstanceNotFoundException
processInstanceUUID - the process instance UUID that identify the instance to resume.
InstanceNotFoundException - thrown if the given instance to resume is not found.
void suspend(ProcessInstanceUUID processInstanceUUID)
throws InstanceNotFoundException
processInstanceUUID - the process instance UUID that identify the instance to suspend.
InstanceNotFoundException - thrown if the given instance to suspend is not found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||