public interface TabularResourceInterface
| Modifier and Type | Method and Description |
|---|---|
TabularResource |
createTabularResource() |
org.gcube.data.analysis.tabulardata.model.table.Table |
getLastTable(TabularResourceId id) |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.resources.ResourceDescriptor> |
getResources(TabularResourceId id) |
TabularResource |
getTabularResource(TabularResourceId id) |
List<TabularResource> |
getTabularResources() |
List<TabularResource> |
getTabularResourcesByType(String type) |
void |
removeTabularResource(TabularResourceId id) |
TabularResource |
share(TabularResourceId tabularResourceId,
org.gcube.data.analysis.tabulardata.commons.utils.AuthorizationToken... tokens) |
TabularResource |
unshare(TabularResourceId tabularResourceId,
org.gcube.data.analysis.tabulardata.commons.utils.AuthorizationToken... tokens) |
List<TabularResource> getTabularResources()
List<TabularResource> getTabularResourcesByType(String type)
TabularResource getTabularResource(TabularResourceId id) throws NoSuchTabularResourceException
NoSuchTabularResourceExceptionvoid removeTabularResource(TabularResourceId id) throws NoSuchTabularResourceException
NoSuchTabularResourceExceptionTabularResource createTabularResource()
org.gcube.data.analysis.tabulardata.model.table.Table getLastTable(TabularResourceId id) throws NoSuchTabularResourceException, InvalidTabularResourceException, NoSuchTableException
TabularResource share(TabularResourceId tabularResourceId, org.gcube.data.analysis.tabulardata.commons.utils.AuthorizationToken... tokens) throws NoSuchTabularResourceException, SecurityException
TabularResource unshare(TabularResourceId tabularResourceId, org.gcube.data.analysis.tabulardata.commons.utils.AuthorizationToken... tokens) throws NoSuchTabularResourceException, SecurityException
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.resources.ResourceDescriptor> getResources(TabularResourceId id) throws NoSuchTabularResourceException
NoSuchTabularResourceExceptionCopyright © 2014. All Rights Reserved.