public interface TaskManagerProxy
| Modifier and Type | Method and Description |
|---|---|
org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo |
abort(String identifier) |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo> |
get(String... identifiers) |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo> |
getTasksByTabularResource(long tabularResourceId) |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo> |
getTasksByTabularResource(long tabularResourceId,
org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskStatus status) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo |
remove(String identifier) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo |
resubmit(String identifier) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.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.tasks.TaskInfo> get(String... identifiers)
org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.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.tasks.TaskInfo> getTasksByTabularResource(long tabularResourceId) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionList<org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo> getTasksByTabularResource(long tabularResourceId, org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskStatus status) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionorg.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo resubmit(String identifier) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTaskException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTaskExceptionCopyright © 2014. All Rights Reserved.