org.gcube.data.analysis.tabulardata.service
Class ServiceState
java.lang.Object
org.gcube.data.analysis.tabulardata.service.ServiceState
public class ServiceState
- extends Object
|
Field Summary |
static org.json.JSONObject |
codelistData
|
static List<org.gcube.data.analysis.tabulardata.operation.worker.EligibleOperation> |
columnCapabilities
|
static long |
lastTabularResourceId
|
static Map<org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId,List<org.gcube.data.analysis.tabulardata.service.operation.Task>> |
operations
|
static List<org.gcube.data.analysis.tabulardata.operation.worker.EligibleOperation> |
tableCapabilities
|
static List<org.gcube.data.analysis.tabulardata.model.table.Table> |
tables
|
static List<org.gcube.data.analysis.tabulardata.service.tabular.TabularResource> |
tabularResources
|
static List<org.gcube.data.analysis.tabulardata.operation.worker.EligibleOperation> |
voidCapabilities
|
|
Method Summary |
static List<org.gcube.data.analysis.tabulardata.service.operation.Task> |
getOperations(org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId tabularResourceId)
|
static org.gcube.data.analysis.tabulardata.service.tabular.TabularResource |
getTabularResourceById(org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId id)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tables
public static List<org.gcube.data.analysis.tabulardata.model.table.Table> tables
codelistData
public static org.json.JSONObject codelistData
tabularResources
public static List<org.gcube.data.analysis.tabulardata.service.tabular.TabularResource> tabularResources
lastTabularResourceId
public static long lastTabularResourceId
voidCapabilities
public static List<org.gcube.data.analysis.tabulardata.operation.worker.EligibleOperation> voidCapabilities
tableCapabilities
public static List<org.gcube.data.analysis.tabulardata.operation.worker.EligibleOperation> tableCapabilities
columnCapabilities
public static List<org.gcube.data.analysis.tabulardata.operation.worker.EligibleOperation> columnCapabilities
operations
public static Map<org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId,List<org.gcube.data.analysis.tabulardata.service.operation.Task>> operations
ServiceState
public ServiceState()
getTabularResourceById
public static org.gcube.data.analysis.tabulardata.service.tabular.TabularResource getTabularResourceById(org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId id)
throws org.gcube.data.analysis.tabulardata.service.exception.NoSuchTabularResourceException
- Throws:
org.gcube.data.analysis.tabulardata.service.exception.NoSuchTabularResourceException
getOperations
public static List<org.gcube.data.analysis.tabulardata.service.operation.Task> getOperations(org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId tabularResourceId)
Copyright © 2013. All Rights Reserved.