org.gcube.data.analysis.tabulardata.clientlibrary.proxy
Interface TaskManagerProxy

All Known Implementing Classes:
DefaultTaskManagerProxy

public interface TaskManagerProxy


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)
           
 

Method Detail

remove

org.gcube.data.td.commons.webservice.types.TaskInfo remove(String identifier)
                                                           throws org.gcube.data.td.commons.webservice.exception.NoSuchTaskException
Throws:
org.gcube.data.td.commons.webservice.exception.NoSuchTaskException

get

List<org.gcube.data.td.commons.webservice.types.TaskInfo> get(String... identifiers)

abort

org.gcube.data.td.commons.webservice.types.TaskInfo abort(String identifier)
                                                          throws org.gcube.data.td.commons.webservice.exception.NoSuchTaskException
Throws:
org.gcube.data.td.commons.webservice.exception.NoSuchTaskException

getTasksByTabularResource

List<org.gcube.data.td.commons.webservice.types.TaskInfo> getTasksByTabularResource(long tabularResourceId)
                                                                                    throws org.gcube.data.td.commons.webservice.exception.NoSuchTabularResourceException
Throws:
org.gcube.data.td.commons.webservice.exception.NoSuchTabularResourceException


Copyright © 2013. All Rights Reserved.