public interface TabularResourceInterface
| Modifier and Type | Method and Description |
|---|---|
TabularResource |
createFlow() |
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) |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.resources.ResourceDescriptor> |
getResourcesByType(TabularResourceId id,
org.gcube.data.analysis.tabulardata.model.resources.ResourceType type) |
TabularResource |
getTabularResource(TabularResourceId id) |
List<TabularResource> |
getTabularResources() |
List<TabularResource> |
getTabularResourcesByType(String type) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.resources.ResourceDescriptor |
removeResurce(long resourceId) |
void |
removeTabularResource(TabularResourceId id) |
TabularResource |
share(TabularResourceId tabularResourceId,
org.gcube.data.analysis.tabulardata.commons.utils.SharingEntity... entities) |
TabularResource |
unshare(TabularResourceId tabularResourceId,
org.gcube.data.analysis.tabulardata.commons.utils.SharingEntity... entities) |
List<TabularResource> getTabularResources()
List<TabularResource> getTabularResourcesByType(String type)
TabularResource getTabularResource(TabularResourceId id) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionvoid removeTabularResource(TabularResourceId id) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionTabularResource createTabularResource()
TabularResource createFlow()
org.gcube.data.analysis.tabulardata.model.table.Table getLastTable(TabularResourceId id) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException, org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTableExceptionTabularResource share(TabularResourceId tabularResourceId, org.gcube.data.analysis.tabulardata.commons.utils.SharingEntity... entities) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException, SecurityException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionSecurityExceptionTabularResource unshare(TabularResourceId tabularResourceId, org.gcube.data.analysis.tabulardata.commons.utils.SharingEntity... entities) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException, SecurityException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionSecurityExceptionList<org.gcube.data.analysis.tabulardata.commons.webservice.types.resources.ResourceDescriptor> getResources(TabularResourceId id) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionList<org.gcube.data.analysis.tabulardata.commons.webservice.types.resources.ResourceDescriptor> getResourcesByType(TabularResourceId id, org.gcube.data.analysis.tabulardata.model.resources.ResourceType type) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionorg.gcube.data.analysis.tabulardata.commons.webservice.types.resources.ResourceDescriptor removeResurce(long resourceId)
Copyright © 2020. All Rights Reserved.