org.gcube.data.td.commons.webservice
Interface TabularResourceManager


public interface TabularResourceManager


Field Summary
static String SERVICE_NAME
           
 
Method Summary
 Long cloneTabularResource(Long tabularResourceId, Long lastTableId)
           
 Long createTabularResource()
           
 void remove(Long id)
           
 

Field Detail

SERVICE_NAME

static final String SERVICE_NAME
See Also:
Constant Field Values
Method Detail

createTabularResource

Long createTabularResource()
                           throws Exception
Throws:
Exception

remove

void remove(Long id)
            throws NoSuchTabularResourceException
Throws:
NoSuchTabularResourceException

cloneTabularResource

Long cloneTabularResource(Long tabularResourceId,
                          Long lastTableId)
                          throws NoSuchTabularResourceException,
                                 NoSuchTableException
Throws:
NoSuchTabularResourceException
NoSuchTableException


Copyright © 2013. All Rights Reserved.