org.ow2.orchestra.facade.rest
Interface JaxRSInstanceManagementAPI
public interface JaxRSInstanceManagementAPI
- Author:
- Guillaume Porcher
exit
void exit(ProcessInstanceUUID processInstanceUUID)
throws InstanceNotFoundException
- Throws:
InstanceNotFoundException
resume
void resume(ProcessInstanceUUID processInstanceUUID)
throws InstanceNotFoundException
- Throws:
InstanceNotFoundException
suspend
void suspend(ProcessInstanceUUID processInstanceUUID)
throws InstanceNotFoundException
- Throws:
InstanceNotFoundException
remove
boolean remove(ProcessInstanceUUID processInstanceUUID)
findJobsWithException
CollectionWrapper<JobData> findJobsWithException()
retryJob
void retryJob(JobData job,
int retries)
throws JobNotFoundException
- Throws:
JobNotFoundException
getPendingMessages
CollectionWrapper<PendingMessageData> getPendingMessages()
removePendingMessage
void removePendingMessage(PendingMessageData message)
Copyright © 2011 OW2 Consortium. All Rights Reserved.