org.gcube.data.td.commons.webservice
Interface OperationManager
public interface OperationManager
|
Method Summary |
TaskInfo |
execute(org.gcube.data.analysis.tabulardata.operation.worker.OperationInvocation invocation,
long targetTabularResourceId)
return the taskId |
List<org.gcube.data.analysis.tabulardata.operation.worker.EligibleOperation> |
getCapabilities(Long tableId,
UUID columnId)
|
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
getCapabilities
List<org.gcube.data.analysis.tabulardata.operation.worker.EligibleOperation> getCapabilities(Long tableId,
UUID columnId)
throws NoSuchTabularResourceException,
NoSuchColumnException
- Throws:
NoSuchTabularResourceException
NoSuchColumnException
execute
TaskInfo execute(org.gcube.data.analysis.tabulardata.operation.worker.OperationInvocation invocation,
long targetTabularResourceId)
throws NoSuchTabularResourceException,
InvalidInvocationException,
OperationNotFoundException
- return the taskId
- Parameters:
invocation - targetTabularResourceId -
- Returns:
-
- Throws:
NoSuchTabularResourceException
InvalidInvocationException
OperationNotFoundException
Copyright © 2013. All Rights Reserved.