Package org.gcube.dataharvest.harvester
Class MethodInvocationHarvester
- java.lang.Object
-
- org.gcube.dataharvest.harvester.BasicHarvester
-
- org.gcube.dataharvest.harvester.MethodInvocationHarvester
-
public class MethodInvocationHarvester extends BasicHarvester
- Author:
- Eric Perrone (ISTI - CNR), Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATAMINER_SERVICE_NAME-
Fields inherited from class org.gcube.dataharvest.harvester.BasicHarvester
end, instant, start
-
-
Constructor Summary
Constructors Constructor Description MethodInvocationHarvester(Date start, Date end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.gcube.accounting.accounting.summary.access.model.update.AccountingRecord>getAccountingRecords()-
Methods inherited from class org.gcube.dataharvest.harvester.BasicHarvester
getDimension
-
-
-
-
Field Detail
-
DATAMINER_SERVICE_NAME
public static final String DATAMINER_SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAccountingRecords
public List<org.gcube.accounting.accounting.summary.access.model.update.AccountingRecord> getAccountingRecords() throws Exception
- Specified by:
getAccountingRecordsin classBasicHarvester- Throws:
Exception
-
-