public interface JaxRSInstanceManagementAPI
| Modifier and Type | Method and Description |
|---|---|
void |
exit(ProcessInstanceUUID processInstanceUUID) |
CollectionWrapper<JobData> |
findJobsWithException() |
CollectionWrapper<PendingMessageData> |
getPendingMessages() |
boolean |
remove(ProcessInstanceUUID processInstanceUUID) |
void |
removePendingMessage(PendingMessageData message) |
void |
resume(ProcessInstanceUUID processInstanceUUID) |
void |
retryJob(JobData job,
int retries) |
void |
suspend(ProcessInstanceUUID processInstanceUUID) |
void exit(ProcessInstanceUUID processInstanceUUID) throws InstanceNotFoundException
InstanceNotFoundExceptionvoid resume(ProcessInstanceUUID processInstanceUUID) throws InstanceNotFoundException
InstanceNotFoundExceptionvoid suspend(ProcessInstanceUUID processInstanceUUID) throws InstanceNotFoundException
InstanceNotFoundExceptionboolean remove(ProcessInstanceUUID processInstanceUUID)
CollectionWrapper<JobData> findJobsWithException()
void retryJob(JobData job, int retries) throws JobNotFoundException
JobNotFoundExceptionCollectionWrapper<PendingMessageData> getPendingMessages()
void removePendingMessage(PendingMessageData message)
Copyright © 2012 OW2 Consortium. All Rights Reserved.