public interface TaskManagerProxy
| Modifier and Type | Method and Description |
|---|---|
org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskInfo |
abort(String identifier) |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskInfo> |
get(String... identifiers) |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskInfo> |
getTasksByTabularResource(long tabularResourceId) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskInfo |
remove(String identifier) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskInfo remove(String identifier) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTaskException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTaskExceptionList<org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskInfo> get(String... identifiers)
org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskInfo abort(String identifier) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTaskException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTaskExceptionList<org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskInfo> getTasksByTabularResource(long tabularResourceId) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionCopyright © 2014. All Rights Reserved.