Uses of Class
dk.netarkivet.harvester.datamodel.HarvestInfo

Packages that use HarvestInfo
dk.netarkivet.harvester.datamodel   
 

Uses of HarvestInfo in dk.netarkivet.harvester.datamodel
 

Methods in dk.netarkivet.harvester.datamodel that return HarvestInfo
 HarvestInfo DomainDBDAO.getDomainJobInfo(Job j, java.lang.String domainName, java.lang.String configName)
           
abstract  HarvestInfo DomainDAO.getDomainJobInfo(Job job, java.lang.String domainName, java.lang.String configName)
          Get the HarvestInfo object for a certain job and DomainConfiguration defined by domainName and configName.
 HarvestInfo DomainHistory.getMostRecentHarvestInfo(java.lang.String cfgName)
          Gets the most recent harvestinfo for a specific DomainConfiguration.
 HarvestInfo DomainHistory.getSpecifiedHarvestInfo(java.lang.Long oid, java.lang.String cfgName)
          Gets the newest harvestinfo for a specific HarvestDefinition and DomainConfiguration.
 

Methods in dk.netarkivet.harvester.datamodel that return types with arguments of type HarvestInfo
 java.util.Iterator<HarvestInfo> DomainHistory.getHarvestInfo()
          Get all harvest information domain history.
 java.util.Iterator<HarvestInfo> DomainDAO.getHarvestInfoBasedOnPreviousHarvestDefinition(HarvestDefinition previousHarvestDefinition)
          Find all info about results of a harvest definition.
 

Methods in dk.netarkivet.harvester.datamodel with parameters of type HarvestInfo
 void DomainHistory.addHarvestInfo(HarvestInfo hi)
          Add new harvestinformation to the domainHistory.
 void DomainConfiguration.addHarvestInfo(HarvestInfo hi)
          Adds harvest information to the configurations history.