public interface OperationManager
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
TaskInfo |
batchExecute(BatchExecuteRequest request) |
TaskInfo |
execute(ExecuteRequest request)
return the taskId
|
List<OperationDefinition> |
getCapabilities() |
OperationDefinition |
getOperationDescriptor(long operationId) |
TaskInfo |
rollbackTo(long tabularRessourceId,
long historyStepId) |
static final String SERVICE_NAME
List<OperationDefinition> getCapabilities()
OperationDefinition getOperationDescriptor(long operationId) throws OperationNotFoundException
OperationNotFoundExceptionTaskInfo execute(ExecuteRequest request) throws NoSuchTabularResourceException, OperationNotFoundException, SecurityException
invocation - targetTabularResourceId - NoSuchTabularResourceExceptionInvalidInvocationExceptionOperationNotFoundExceptionSecurityExceptionTaskInfo batchExecute(BatchExecuteRequest request) throws NoSuchTabularResourceException, OperationNotFoundException, SecurityException
TaskInfo rollbackTo(long tabularRessourceId, long historyStepId) throws HistoryNotFoundException, NoSuchTabularResourceException, OperationNotFoundException
Copyright © 2014. All Rights Reserved.