org.gcube.data.analysis.tabulardata.clientlibrary.proxy
Class DefaultHistoryManagerProxy
java.lang.Object
org.gcube.data.analysis.tabulardata.clientlibrary.proxy.DefaultHistoryManagerProxy
- All Implemented Interfaces:
- HistoryManagerProxy, org.gcube.data.td.commons.webservice.HistoryManager
public class DefaultHistoryManagerProxy
- extends Object
- implements HistoryManagerProxy
| Fields inherited from interface org.gcube.data.td.commons.webservice.HistoryManager |
SERVICE_NAME |
|
Constructor Summary |
DefaultHistoryManagerProxy(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.td.commons.webservice.HistoryManager> config)
|
|
Method Summary |
List<org.gcube.data.td.commons.webservice.types.HistoryData> |
getHistory(long tabularResourceId)
|
org.gcube.data.analysis.tabulardata.model.table.Table |
getLastTable(long tabularResourceId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultHistoryManagerProxy
public DefaultHistoryManagerProxy(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.td.commons.webservice.HistoryManager> config)
getLastTable
public org.gcube.data.analysis.tabulardata.model.table.Table getLastTable(long tabularResourceId)
throws org.gcube.data.td.commons.webservice.exception.NoSuchTabularResourceException
- Specified by:
getLastTable in interface org.gcube.data.td.commons.webservice.HistoryManager
- Throws:
org.gcube.data.td.commons.webservice.exception.NoSuchTabularResourceException
getHistory
public List<org.gcube.data.td.commons.webservice.types.HistoryData> getHistory(long tabularResourceId)
throws org.gcube.data.td.commons.webservice.exception.NoSuchTabularResourceException
- Specified by:
getHistory in interface org.gcube.data.td.commons.webservice.HistoryManager
- Throws:
org.gcube.data.td.commons.webservice.exception.NoSuchTabularResourceException
Copyright © 2013. All Rights Reserved.