public class DefaultTaskManagerProxy extends Object implements TaskManagerProxy
| Constructor and Description |
|---|
DefaultTaskManagerProxy(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.tabulardata.commons.webservice.TaskManager> config) |
| 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) |
public DefaultTaskManagerProxy(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.tabulardata.commons.webservice.TaskManager> config)
public org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskInfo remove(String identifier) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTaskException
remove in interface TaskManagerProxyorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTaskExceptionpublic List<org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskInfo> get(String... identifiers)
get in interface TaskManagerProxypublic List<org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskInfo> getTasksByTabularResource(long tabularResourceId) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException
getTasksByTabularResource in interface TaskManagerProxyorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionpublic org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskInfo abort(String identifier) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTaskException
abort in interface TaskManagerProxyorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTaskExceptionCopyright © 2014. All Rights Reserved.