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


public interface HistoryManager


Field Summary
static String SERVICE_NAME
           
 
Method Summary
 List<HistoryData> getHistory(long tabularResourceId)
           
 org.gcube.data.analysis.tabulardata.model.table.Table getLastTable(long tabularResourceId)
           
 

Field Detail

SERVICE_NAME

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

getLastTable

org.gcube.data.analysis.tabulardata.model.table.Table getLastTable(long tabularResourceId)
                                                                   throws NoSuchTabularResourceException
Throws:
NoSuchTabularResourceException

getHistory

List<HistoryData> getHistory(long tabularResourceId)
                             throws NoSuchTabularResourceException
Throws:
NoSuchTabularResourceException


Copyright © 2013. All Rights Reserved.