Uses of Interface
dk.netarkivet.archive.arcrepository.bitpreservation.PreservationState

Packages that use PreservationState
dk.netarkivet.archive.arcrepository.bitpreservation   
dk.netarkivet.archive.webinterface   
 

Uses of PreservationState in dk.netarkivet.archive.arcrepository.bitpreservation
 

Classes in dk.netarkivet.archive.arcrepository.bitpreservation that implement PreservationState
 class DatabasePreservationState
          This class contains the preservation data based on the database data of a given filename.
 class FilePreservationState
          This class collects the available bit preservation information for a file.
 

Methods in dk.netarkivet.archive.arcrepository.bitpreservation that return PreservationState
 PreservationState ActiveBitPreservation.getPreservationState(java.lang.String filename)
          Get the details of the state of the given file in the bitarchives and admin data.
 PreservationState FileBasedActiveBitPreservation.getPreservationState(java.lang.String filename)
          Deprecated. Get the details of the state of the given file in the bitarchives and admin data.
 PreservationState DatabaseBasedActiveBitPreservation.getPreservationState(java.lang.String filename)
          Method for retrieving the FilePreservationState for a specific file.
 

Methods in dk.netarkivet.archive.arcrepository.bitpreservation that return types with arguments of type PreservationState
 java.util.Map<java.lang.String,PreservationState> ActiveBitPreservation.getPreservationStateMap(java.lang.String... filenames)
          Get details of the state of one or more files in the bitarchives and admin data.
 java.util.Map<java.lang.String,PreservationState> FileBasedActiveBitPreservation.getPreservationStateMap(java.lang.String... filenames)
          Deprecated. Retrieve the preservation status for the files with the given filenames.
 java.util.Map<java.lang.String,PreservationState> DatabaseBasedActiveBitPreservation.getPreservationStateMap(java.lang.String... filenames)
          Method for retrieving the FilePreservationState for a list of files.
 

Uses of PreservationState in dk.netarkivet.archive.webinterface
 

Methods in dk.netarkivet.archive.webinterface that return PreservationState
static PreservationState BitpreserveFileState.processChecksumRequest(java.lang.StringBuilder res, javax.servlet.jsp.PageContext context)
          Processes a checksum request.
 

Methods in dk.netarkivet.archive.webinterface that return types with arguments of type PreservationState
static java.util.Map<java.lang.String,PreservationState> BitpreserveFileState.processMissingRequest(javax.servlet.jsp.PageContext context, java.lang.StringBuilder res)
          Processes a missingFiles request.
 

Methods in dk.netarkivet.archive.webinterface with parameters of type PreservationState
static void BitpreserveFileState.printFileState(javax.servlet.jsp.JspWriter out, PreservationState fs, java.util.Locale locale)
          Print a file state table for a file.