| Package | Description |
|---|---|
| org.gcube.data.analysis.tabulardata.commons.webservice | |
| org.gcube.data.analysis.tabulardata.commons.webservice.types |
| Modifier and Type | Method and Description |
|---|---|
TabularResource |
TabularResourceManager.createTabularResource(TabularResourceType tabularResourceType) |
| Modifier and Type | Method and Description |
|---|---|
TabularResourceType |
TabularResource.getTabularResourceType() |
static TabularResourceType |
TabularResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabularResourceType[] |
TabularResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TabularResource(long id,
TabularResourceType tabularResourceType,
String name,
String owner,
Calendar creationDate,
String tableType,
boolean locked) |
TabularResource(long id,
TabularResourceType tabularResourceType,
String name,
String owner,
Calendar creationDate,
String tableType,
List<String> sharedWith,
Map<String,Serializable> properties,
List<HistoryData> history,
boolean valid,
boolean locked) |
Copyright © 2014. All Rights Reserved.