|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.checker.ChecksumCheckResults
public class ChecksumCheckResults
Enumeration of ChecksumCheckResults containing constants for checksum comparison result that must correspond to values in checksum_result table.
| Field Summary | |
|---|---|
static String |
BITSTREAM_INFO_NOT_FOUND
BitstreamInfo not found result. |
static String |
BITSTREAM_MARKED_DELETED
Bitstream marked as deleted result. |
static String |
BITSTREAM_NOT_FOUND
Bitstream not found result. |
static String |
BITSTREAM_NOT_PROCESSED
Bitstream not to be processed result. |
static String |
CHECKSUM_ALGORITHM_INVALID
No match between requested algorithm and previously used algorithm. |
static String |
CHECKSUM_MATCH
Bitstream tallies with recorded checksum result. |
static String |
CHECKSUM_NO_MATCH
Bitstream digest does not tally with recorded checksum result. |
static String |
CHECKSUM_PREV_NOT_FOUND
Previous checksum result not found. |
| Constructor Summary | |
|---|---|
ChecksumCheckResults()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String BITSTREAM_NOT_FOUND
public static final String BITSTREAM_INFO_NOT_FOUND
public static final String BITSTREAM_NOT_PROCESSED
public static final String BITSTREAM_MARKED_DELETED
public static final String CHECKSUM_MATCH
public static final String CHECKSUM_NO_MATCH
public static final String CHECKSUM_PREV_NOT_FOUND
public static final String CHECKSUM_ALGORITHM_INVALID
| Constructor Detail |
|---|
public ChecksumCheckResults()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||