org.gcube.data.td.commons.webservice.types
Class HistoryData
java.lang.Object
org.gcube.data.td.commons.webservice.types.HistoryData
public class HistoryData
- extends Object
|
Constructor Summary |
protected |
HistoryData()
|
|
HistoryData(org.gcube.data.analysis.tabulardata.operation.worker.OperationInvocation invocation,
org.gcube.data.analysis.tabulardata.model.table.Table resultTable)
|
|
Method Summary |
org.gcube.data.analysis.tabulardata.operation.worker.OperationInvocation |
getInvocation()
|
org.gcube.data.analysis.tabulardata.model.table.Table |
getResultTable()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryData
protected HistoryData()
HistoryData
public HistoryData(org.gcube.data.analysis.tabulardata.operation.worker.OperationInvocation invocation,
org.gcube.data.analysis.tabulardata.model.table.Table resultTable)
getInvocation
public org.gcube.data.analysis.tabulardata.operation.worker.OperationInvocation getInvocation()
- Returns:
- the invocation
getResultTable
public org.gcube.data.analysis.tabulardata.model.table.Table getResultTable()
- Returns:
- the resultTable
Copyright © 2013. All Rights Reserved.