| Package | Description |
|---|---|
| org.gcube.data.analysis.tabulardata.commons.webservice |
| Modifier and Type | Method and Description |
|---|---|
TaskInfo |
TaskManager.abort(String identifier) |
TaskInfo |
TemplateManager.apply(long templateId,
long tabularResourceId) |
TaskInfo |
OperationManager.batchExecute(BatchExecuteRequest request) |
TabularResource |
TabularResourceManager.createTabularResource(TabularResourceType tabularResourceType) |
TaskInfo |
OperationManager.execute(ExecuteRequest request)
return the taskId
|
void |
OperationManager.executeSynchMetadataOperation(ExecuteRequest request) |
List<TabularResource> |
TabularResourceManager.getAllTabularResources() |
List<HistoryData> |
HistoryManager.getHistory(long tabularResourceId) |
org.gcube.data.analysis.tabulardata.model.table.Table |
HistoryManager.getLastTable(long tabularResourceId) |
List<Notification> |
TabularResourceManager.getNotificationPerTabularResource(long id) |
List<Notification> |
TabularResourceManager.getNotificationPerUser() |
List<ResourceDescriptor> |
ExternalResourceManager.getResourcePerTabularResource(long tabularResourceId) |
List<ResourceDescriptor> |
ExternalResourceManager.getResourcePerTabularResourceAndType(long tabularResourceId,
org.gcube.data.analysis.tabulardata.model.resources.ResourceType type) |
List<RuleDescription> |
RuleManager.getRules() |
List<RuleDescription> |
RuleManager.getRulesByScope(RuleScope scope) |
TabularResource |
TabularResourceManager.getTabularResource(long id) |
List<TabularResource> |
TabularResourceManager.getTabularResourcesByType(String type) |
List<TaskInfo> |
TaskManager.getTasksByStatusAndTabularResource(Long tabularResourceId,
TaskStatus status) |
List<TaskInfo> |
TaskManager.getTasksByTabularResource(Long tabularResourceId) |
TemplateDescription |
TemplateManager.getTemplate(long id) |
List<TemplateDescription> |
TemplateManager.getTemplates() |
void |
TabularResourceManager.remove(long id) |
TaskInfo |
TaskManager.remove(String identifier) |
ResourceDescriptor |
ExternalResourceManager.removeResource(long resourceId) |
TemplateDescription |
TemplateManager.removeTemplate(long id) |
TaskInfo |
TaskManager.resubmit(String identifier) |
TaskInfo |
TaskManager.resume(ResumeOperationRequest request) |
TaskInfo |
OperationManager.rollbackTo(long tabularRessourceId,
long historyStepId) |
long |
RuleManager.saveColumnRule(String name,
String description,
org.gcube.data.analysis.tabulardata.expression.Expression rule,
RuleColumnType columnType) |
long |
TemplateManager.saveTemplate(String name,
String description,
String agency,
Template template) |
R |
Sharable.share(T entityId,
AuthorizationToken... authTokens) |
R |
Sharable.unshare(T entityId,
AuthorizationToken... authTokens) |
TabularResource |
TabularResourceManager.updateTabularResource(TabularResource tabularResource) |
TemplateDescription |
TemplateManager.updateTemplate(long id,
Template template) |
Copyright © 2015. All Rights Reserved.