public interface OperationInterface
| Modifier and Type | Method and Description |
|---|---|
Task |
execute(org.gcube.data.analysis.tabulardata.commons.webservice.types.operations.OperationExecution invocation,
TabularResourceId tabularResourceId) |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.operations.OperationDefinition> |
getCapabilities() |
org.gcube.data.analysis.tabulardata.commons.webservice.types.operations.OperationDefinition |
getCapability(long operationId) |
Task |
getTask(TaskId taskId) |
List<Task> |
getTasks(TabularResourceId tabulaResourceId) |
org.gcube.data.analysis.tabulardata.model.table.Table |
rollbackToTable(TabularResourceId tabularResourceId,
org.gcube.data.analysis.tabulardata.model.table.TableId tableId) |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.operations.OperationDefinition> getCapabilities()
org.gcube.data.analysis.tabulardata.commons.webservice.types.operations.OperationDefinition getCapability(long operationId)
throws NoSuchOperationException
NoSuchOperationExceptionTask execute(org.gcube.data.analysis.tabulardata.commons.webservice.types.operations.OperationExecution invocation, TabularResourceId tabularResourceId) throws NoSuchTabularResourceException, InvalidTabularResourceException, InvalidInvocationException
org.gcube.data.analysis.tabulardata.model.table.Table rollbackToTable(TabularResourceId tabularResourceId, org.gcube.data.analysis.tabulardata.model.table.TableId tableId) throws NoSuchTabularResourceException, NoSuchTableException
List<Task> getTasks(TabularResourceId tabulaResourceId) throws NoSuchTabularResourceException
NoSuchTabularResourceExceptionTask getTask(TaskId taskId) throws NoSuchTaskException
NoSuchTaskExceptionCopyright © 2014. All Rights Reserved.