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