dk.netarkivet.archive.webinterface
Class Constants

java.lang.Object
  extended by dk.netarkivet.archive.webinterface.Constants

public class Constants
extends java.lang.Object

Constants for the bitarchive webinterface


Field Summary
static java.lang.String BITARCHIVE_NAME_PARAM
          Parameter name for the bitarchive to perform operation on.
static java.lang.String CHECKSUM_PARAM
          Parameter name for the action of running a checksum batch job.
static java.lang.String FILESTATUS_CHECKSUM_PAGE
          BitPreservation page that checks files in archive for wrong checksum
static java.lang.String FILESTATUS_MISSING_PAGE
          BitPreservation page that checks if any files are missing in one of the bitarchives
static java.lang.String FILESTATUS_PAGE
          BitPreservation main Java server page that contains status information about the bitarchives.
static java.lang.String FIND_MISSING_FILES_PARAM
          Parameter name for the action of running a batch job for missing files.
static int MAX_TOGGLE_AMOUNT
          Maximum number of files to toogle on one go.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BITARCHIVE_NAME_PARAM

public static final java.lang.String BITARCHIVE_NAME_PARAM
Parameter name for the bitarchive to perform operation on.

See Also:
Constant Field Values

FIND_MISSING_FILES_PARAM

public static final java.lang.String FIND_MISSING_FILES_PARAM
Parameter name for the action of running a batch job for missing files.

See Also:
Constant Field Values

CHECKSUM_PARAM

public static final java.lang.String CHECKSUM_PARAM
Parameter name for the action of running a checksum batch job.

See Also:
Constant Field Values

FILESTATUS_PAGE

public static final java.lang.String FILESTATUS_PAGE
BitPreservation main Java server page that contains status information about the bitarchives.

See Also:
Constant Field Values

FILESTATUS_MISSING_PAGE

public static final java.lang.String FILESTATUS_MISSING_PAGE
BitPreservation page that checks if any files are missing in one of the bitarchives

See Also:
Constant Field Values

FILESTATUS_CHECKSUM_PAGE

public static final java.lang.String FILESTATUS_CHECKSUM_PAGE
BitPreservation page that checks files in archive for wrong checksum

See Also:
Constant Field Values

MAX_TOGGLE_AMOUNT

public static final int MAX_TOGGLE_AMOUNT
Maximum number of files to toogle on one go.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()