Uses of Class
org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId

Packages that use TabularResourceId
org.gcube.data.analysis.tabulardata.service.exception   
org.gcube.data.analysis.tabulardata.service.operation   
org.gcube.data.analysis.tabulardata.service.tabular   
 

Uses of TabularResourceId in org.gcube.data.analysis.tabulardata.service.exception
 

Constructors in org.gcube.data.analysis.tabulardata.service.exception with parameters of type TabularResourceId
InvalidTabularResourceException(TabularResourceId id, Exception e)
           
InvalidTabularResourceException(TabularResourceId id, String reason)
           
NoSuchTabularResourceException(TabularResourceId id)
           
NoSuchTaskException(TabularResourceId tabularResourceId, Task.TaskId operationInstanceId)
           
 

Uses of TabularResourceId in org.gcube.data.analysis.tabulardata.service.operation
 

Methods in org.gcube.data.analysis.tabulardata.service.operation that return types with arguments of type TabularResourceId
 List<TabularResourceId> Task.getCollateralTabularResourceIds()
           
 List<TabularResourceId> ImmutableTask.getCollateralTabularResourceIds()
           
 

Methods in org.gcube.data.analysis.tabulardata.service.operation with parameters of type TabularResourceId
 Task OperationInterface.execute(org.gcube.data.analysis.tabulardata.operation.worker.OperationInvocation invocation, TabularResourceId targetTabularResourceId)
           
 List<org.gcube.data.analysis.tabulardata.operation.worker.EligibleOperation> OperationInterface.getCapabilities(TabularResourceId tabularResourceId)
           
 List<org.gcube.data.analysis.tabulardata.operation.worker.EligibleOperation> OperationInterface.getCapabilities(TabularResourceId tabularResourceId, org.gcube.data.analysis.tabulardata.model.column.ColumnLocalId columnId)
           
 Task OperationInterface.getTask(Task.TaskId operationId, TabularResourceId tabularResourceId)
           
 List<Task> OperationInterface.getTasks(TabularResourceId tabularResourceId)
           
 org.gcube.data.analysis.tabulardata.model.table.Table OperationInterface.rollbackToTable(TabularResourceId tabularResourceId, org.gcube.data.analysis.tabulardata.model.table.TableId toTableId)
           
 

Constructor parameters in org.gcube.data.analysis.tabulardata.service.operation with type arguments of type TabularResourceId
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)
           
 

Uses of TabularResourceId in org.gcube.data.analysis.tabulardata.service.tabular
 

Methods in org.gcube.data.analysis.tabulardata.service.tabular that return TabularResourceId
 TabularResourceId TabularResource.getId()
           
 

Methods in org.gcube.data.analysis.tabulardata.service.tabular with parameters of type TabularResourceId
 TabularResource TabularResourceInterface.cloneTabularResource(TabularResourceId id)
           
 TabularResource TabularResourceInterface.cloneTabularResource(TabularResourceId id, org.gcube.data.analysis.tabulardata.model.table.TableId lastTableId)
           
 org.gcube.data.analysis.tabulardata.model.table.Table TabularResourceInterface.getLastTable(TabularResourceId id)
           
 TabularResource TabularResourceInterface.getTabularResource(TabularResourceId id)
           
 void TabularResourceInterface.removeTabularResource(TabularResourceId id)
           
 



Copyright © 2013. All Rights Reserved.