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
|
void |
executeSynchMetadataOperation(ExecuteRequest request) |
List<OperationDefinition> |
getCapabilities() |
OperationDefinition |
getOperationDescriptor(long operationId) |
TaskInfo |
removeValidations(Long tabularResourceId) |
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, InternalSecurityException
invocation - targetTabularResourceId - NoSuchTabularResourceExceptionInvalidInvocationExceptionOperationNotFoundExceptionSecurityExceptionInternalSecurityExceptionTaskInfo batchExecute(BatchExecuteRequest request) throws NoSuchTabularResourceException, OperationNotFoundException, InternalSecurityException
TaskInfo rollbackTo(long tabularRessourceId, long historyStepId) throws HistoryNotFoundException, NoSuchTabularResourceException, OperationNotFoundException, InternalSecurityException
void executeSynchMetadataOperation(ExecuteRequest request) throws ExecutionFailedException, NoSuchTabularResourceException, OperationNotFoundException, InternalSecurityException
TaskInfo removeValidations(Long tabularResourceId) throws NoSuchTabularResourceException, InternalSecurityException
Copyright © 2017. All Rights Reserved.