public class ChecksumCheckResults extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ChecksumCheckResults() |
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
Copyright © 2013 DuraSpace. All Rights Reserved.