public interface TabularResourceManager
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
TabularResource |
cloneTabularResource(long tabularResourceId,
Long lastTableId) |
TabularResource |
createTabularResource() |
List<TabularResource> |
getAllTabularResources() |
TabularResource |
getTabularResource(long id) |
List<TabularResource> |
getTabularResourcesByType(String type) |
void |
remove(long id) |
TabularResource |
share(long tabularResourceId,
AuthorizationToken... authTokens) |
TabularResource |
unshare(long tabularResourceId,
AuthorizationToken... authTokens) |
TabularResource |
updateTabularResource(TabularResource tabularResource) |
static final String SERVICE_NAME
TabularResource createTabularResource()
List<TabularResource> getAllTabularResources()
List<TabularResource> getTabularResourcesByType(String type)
void remove(long id)
throws NoSuchTabularResourceException,
SecurityException
TabularResource cloneTabularResource(long tabularResourceId, Long lastTableId) throws NoSuchTabularResourceException, NoSuchTableException, SecurityException
TabularResource updateTabularResource(TabularResource tabularResource) throws NoSuchTabularResourceException, SecurityException
TabularResource getTabularResource(long id) throws NoSuchTabularResourceException
NoSuchTabularResourceExceptionTabularResource share(long tabularResourceId, AuthorizationToken... authTokens) throws SecurityException, NoSuchTabularResourceException
TabularResource unshare(long tabularResourceId, AuthorizationToken... authTokens) throws SecurityException, NoSuchTabularResourceException
Copyright © 2014. All Rights Reserved.