| Package | Description |
|---|---|
| org.gcube.data.analysis.tabulardata.commons.webservice |
| Modifier and Type | Method and Description |
|---|---|
TaskInfo |
TemplateManager.apply(long templateId,
long tabularResourceId) |
TaskInfo |
OperationManager.batchExecute(BatchExecuteRequest request) |
TaskInfo |
OperationManager.execute(ExecuteRequest request)
return the taskId
|
void |
OperationManager.executeSynchMetadataOperation(ExecuteRequest request) |
List<HistoryData> |
HistoryManager.getHistory(long tabularResourceId) |
org.gcube.data.analysis.tabulardata.model.table.Table |
HistoryManager.getLastTable(long tabularResourceId) |
List<ResourceDescriptor> |
ExternalResourceManager.getResourcePerTabularResource(long tabularResourceId) |
List<ResourceDescriptor> |
ExternalResourceManager.getResourcePerTabularResourceAndType(long tabularResourceId,
org.gcube.data.analysis.tabulardata.model.resources.ResourceType type) |
TabularResource |
TabularResourceManager.getTabularResource(long id) |
List<TaskInfo> |
TaskManager.getTasksByStatusAndTabularResource(Long tabularResourceId,
TaskStatus status) |
List<TaskInfo> |
TaskManager.getTasksByTabularResource(Long tabularResourceId) |
void |
TabularResourceManager.remove(long id) |
TaskInfo |
OperationManager.rollbackTo(long tabularRessourceId,
long historyStepId) |
TabularResource |
TabularResourceManager.updateTabularResource(TabularResource tabularResource) |
Copyright © 2015. All Rights Reserved.