Uses of Class
org.gcube.data.analysis.tabulardata.service.operation.Task.TaskId

Packages that use Task.TaskId
org.gcube.data.analysis.tabulardata.service.exception   
org.gcube.data.analysis.tabulardata.service.operation   
 

Uses of Task.TaskId in org.gcube.data.analysis.tabulardata.service.exception
 

Constructors in org.gcube.data.analysis.tabulardata.service.exception with parameters of type Task.TaskId
NoSuchTaskException(TabularResourceId tabularResourceId, Task.TaskId operationInstanceId)
           
 

Uses of Task.TaskId in org.gcube.data.analysis.tabulardata.service.operation
 

Methods in org.gcube.data.analysis.tabulardata.service.operation that return Task.TaskId
 Task.TaskId Task.getId()
           
 Task.TaskId ImmutableTask.getId()
           
 

Methods in org.gcube.data.analysis.tabulardata.service.operation with parameters of type Task.TaskId
 Task OperationInterface.getTask(Task.TaskId operationId, TabularResourceId tabularResourceId)
           
 

Constructors in org.gcube.data.analysis.tabulardata.service.operation with parameters of type Task.TaskId
ImmutableTask(Task.TaskId id, org.gcube.data.analysis.tabulardata.operation.worker.OperationInvocation sourceOperationInvocation, List<TaskJob> jobs, org.gcube.data.analysis.tabulardata.operation.worker.JobResult operationResult, float progress, org.gcube.data.analysis.tabulardata.operation.worker.ActivityStatus status, Date startTime, Date endTime, String invokerUsername)
           
ImmutableTask(Task.TaskId id, org.gcube.data.analysis.tabulardata.operation.worker.OperationInvocation sourceOperationInvocation, List<TaskJob> operationInstanceSteps, org.gcube.data.analysis.tabulardata.operation.worker.JobResult operationResult, float progress, org.gcube.data.analysis.tabulardata.operation.worker.ActivityStatus status, Date startTime, Date endTime, String invokerUsername, List<TabularResourceId> collateralTabularResourceIds)
           
 



Copyright © 2013. All Rights Reserved.