org.gcube.data.analysis.tabulardata.clientlibrary.proxy
Class DefaultTaskManagerProxy
java.lang.Object
org.gcube.data.analysis.tabulardata.clientlibrary.proxy.DefaultTaskManagerProxy
- All Implemented Interfaces:
- TaskManagerProxy
public class DefaultTaskManagerProxy
- extends Object
- implements TaskManagerProxy
|
Constructor Summary |
DefaultTaskManagerProxy(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.td.commons.webservice.TaskManager> config)
|
|
Method Summary |
org.gcube.data.td.commons.webservice.types.TaskInfo |
abort(String identifier)
|
List<org.gcube.data.td.commons.webservice.types.TaskInfo> |
get(String... identifiers)
|
List<org.gcube.data.td.commons.webservice.types.TaskInfo> |
getTasksByTabularResource(long tabularResourceId)
|
org.gcube.data.td.commons.webservice.types.TaskInfo |
remove(String identifier)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTaskManagerProxy
public DefaultTaskManagerProxy(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.td.commons.webservice.TaskManager> config)
remove
public org.gcube.data.td.commons.webservice.types.TaskInfo remove(String identifier)
throws org.gcube.data.td.commons.webservice.exception.NoSuchTaskException
- Specified by:
remove in interface TaskManagerProxy
- Throws:
org.gcube.data.td.commons.webservice.exception.NoSuchTaskException
get
public List<org.gcube.data.td.commons.webservice.types.TaskInfo> get(String... identifiers)
- Specified by:
get in interface TaskManagerProxy
getTasksByTabularResource
public List<org.gcube.data.td.commons.webservice.types.TaskInfo> getTasksByTabularResource(long tabularResourceId)
throws org.gcube.data.td.commons.webservice.exception.NoSuchTabularResourceException
- Specified by:
getTasksByTabularResource in interface TaskManagerProxy
- Throws:
org.gcube.data.td.commons.webservice.exception.NoSuchTabularResourceException
abort
public org.gcube.data.td.commons.webservice.types.TaskInfo abort(String identifier)
throws org.gcube.data.td.commons.webservice.exception.NoSuchTaskException
- Specified by:
abort in interface TaskManagerProxy
- Throws:
org.gcube.data.td.commons.webservice.exception.NoSuchTaskException
Copyright © 2013. All Rights Reserved.