public class TaskFactory extends Object
| Constructor and Description |
|---|
TaskFactory(String scope) |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.data.analysis.tabulardata.service.operation.Task |
createTask(org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo taskInfo) |
static TaskFactory |
getFactory() |
org.gcube.data.analysis.tabulardata.service.operation.Task |
getTask(org.gcube.data.analysis.tabulardata.service.operation.TaskId taskIdentifier) |
List<org.gcube.data.analysis.tabulardata.service.operation.Task> |
getTasks(org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId tabularResourceId,
org.gcube.data.analysis.tabulardata.commons.webservice.types.TaskStatus status) |
public TaskFactory(String scope)
public static TaskFactory getFactory()
public org.gcube.data.analysis.tabulardata.service.operation.Task createTask(org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo taskInfo)
public org.gcube.data.analysis.tabulardata.service.operation.Task getTask(org.gcube.data.analysis.tabulardata.service.operation.TaskId taskIdentifier)
throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTaskException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTaskExceptionpublic List<org.gcube.data.analysis.tabulardata.service.operation.Task> getTasks(org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId 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.NoSuchTabularResourceExceptionCopyright © 2016. All Rights Reserved.