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
InstanceNotFoundException
void resume(ProcessInstanceUUID processInstanceUUID) throws InstanceNotFoundException
InstanceNotFoundException
void suspend(ProcessInstanceUUID processInstanceUUID) throws InstanceNotFoundException
InstanceNotFoundException
boolean remove(ProcessInstanceUUID processInstanceUUID)
CollectionWrapper<JobData> findJobsWithException()
void retryJob(JobData job, int retries) throws JobNotFoundException
JobNotFoundException
CollectionWrapper<PendingMessageData> getPendingMessages()
void removePendingMessage(PendingMessageData message)
Copyright © 2011 OW2 Consortium. All Rights Reserved.