Uses of Class
dk.netarkivet.common.utils.batch.ArchiveBatchFilter

Packages that use ArchiveBatchFilter
dk.netarkivet.common.utils.archive   
dk.netarkivet.common.utils.batch   
dk.netarkivet.common.utils.cdx   
dk.netarkivet.viewerproxy.webinterface   
 

Uses of ArchiveBatchFilter in dk.netarkivet.common.utils.archive
 

Methods in dk.netarkivet.common.utils.archive that return ArchiveBatchFilter
 ArchiveBatchFilter ArchiveBatchJob.getFilter()
          Returns an ArchiveBatchFilter object which restricts the set of records in the archive on which this batch-job is performed.
 

Uses of ArchiveBatchFilter in dk.netarkivet.common.utils.batch
 

Fields in dk.netarkivet.common.utils.batch declared as ArchiveBatchFilter
static ArchiveBatchFilter ArchiveBatchFilter.EXCLUDE_NON_RESPONSE_RECORDS
          A default filter: Accepts only response records.
static ArchiveBatchFilter ArchiveBatchFilter.EXCLUDE_NON_WARCINFO_RECORDS
          A default filter: Accepts only response records.
static ArchiveBatchFilter ArchiveBatchFilter.NO_FILTER
          A default filter: Accepts everything.
static ArchiveBatchFilter ArchiveBatchFilter.ONLY_HTTP_ENTRIES
          Filter that only accepts records where the url starts with http.
 

Methods in dk.netarkivet.common.utils.batch that return ArchiveBatchFilter
static ArchiveBatchFilter ArchiveBatchFilter.getMimetypeBatchFilter(java.lang.String mimetype)
          Note that the mimetype of the WARC responserecord is not (necessarily) the same as its payload.
 

Uses of ArchiveBatchFilter in dk.netarkivet.common.utils.cdx
 

Methods in dk.netarkivet.common.utils.cdx that return ArchiveBatchFilter
 ArchiveBatchFilter ArchiveExtractCDXJob.getFilter()
          Filters out the NON-RESPONSE records.
 

Uses of ArchiveBatchFilter in dk.netarkivet.viewerproxy.webinterface
 

Methods in dk.netarkivet.viewerproxy.webinterface that return ArchiveBatchFilter
 ArchiveBatchFilter HarvestedUrlsForDomainBatchJob.getFilter()
           
 ArchiveBatchFilter CrawlLogLinesMatchingRegexp.getFilter()