|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DomainHistory | |
---|---|
dk.netarkivet.harvester.datamodel |
Uses of DomainHistory in dk.netarkivet.harvester.datamodel |
---|
Methods in dk.netarkivet.harvester.datamodel that return DomainHistory | |
---|---|
DomainHistory |
DomainConfiguration.getDomainhistory()
|
abstract DomainHistory |
DomainDAO.getDomainHistory(java.lang.String domainName)
Get the domainHistory for a specific domain. |
DomainHistory |
DomainDBDAO.getDomainHistory(java.lang.String domainName)
|
DomainHistory |
Domain.getHistory()
Get the domain history. |
Methods in dk.netarkivet.harvester.datamodel with parameters of type DomainHistory | |
---|---|
static HarvestInfo |
DomainHistory.getBestHarvestInfoExpectation(java.lang.String configName,
DomainHistory history)
Return the most recent harvestresult for the configuration identified by name that was a complete harvest of the domain. |
void |
DomainConfiguration.setDomainhistory(DomainHistory newDomainhistory)
Set the domainHistory for this configuration. |
Constructors in dk.netarkivet.harvester.datamodel with parameters of type DomainHistory | |
---|---|
DomainConfiguration(java.lang.String theConfigName,
java.lang.String domainName,
DomainHistory history,
java.util.List<java.lang.String> crawlertraps,
java.util.List<SeedList> seedlists,
java.util.List<Password> passwords)
Alternate constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |