| Package | Description |
|---|---|
| org.dspace.checker |
Provides content fixity checking (using checksums)
for bitstreams stored in DSpace software.
|
| org.dspace.checker.dao | |
| org.dspace.checker.dao.impl |
Database access for the Checksum Checker tool, which looks for unexpected
changes in Bitstream content.
|
| org.dspace.checker.service |
| Modifier and Type | Method and Description |
|---|---|
ChecksumResultCode |
ChecksumResult.getResultCode() |
static ChecksumResultCode |
ChecksumResultCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumResultCode[] |
ChecksumResultCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultsPruner.addInterested(ChecksumResultCode result,
long duration)
Add a result and the length of time before the history with this type of
result is removed from the database.
|
void |
ResultsPruner.addInterested(ChecksumResultCode result,
String duration)
Add a result and the length of time before it is removed from the
checksum history table.
|
int |
ChecksumHistoryServiceImpl.deleteByDateAndCode(Context context,
Date retentionDate,
ChecksumResultCode checksumResultCode)
Delete the history records from the database.
|
List<MostRecentChecksum> |
MostRecentChecksumServiceImpl.findBitstreamResultTypeReport(Context context,
Date startDate,
Date endDate,
ChecksumResultCode resultCode)
Select the most recent bitstream for a given date range with the
specified status.
|
ChecksumResult |
ChecksumResultServiceImpl.findByCode(Context context,
ChecksumResultCode code)
Get the result description for the given result code
|
protected ChecksumResult |
CheckerCommand.getChecksumResultByCode(ChecksumResultCode checksumResultCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
ChecksumHistoryServiceImpl.prune(Context context,
Map<ChecksumResultCode,Long> interests) |
| Modifier and Type | Method and Description |
|---|---|
int |
ChecksumHistoryDAO.deleteByDateAndCode(Context context,
Date retentionDate,
ChecksumResultCode checksumResultCode)
Delete all ChecksumHistory rows with retention date before the given and
the specified result code.
|
ChecksumResult |
ChecksumResultDAO.findByCode(Context context,
ChecksumResultCode code) |
List<MostRecentChecksum> |
MostRecentChecksumDAO.findByResultTypeInDateRange(Context context,
Date startDate,
Date endDate,
ChecksumResultCode resultCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
ChecksumHistoryDAOImpl.deleteByDateAndCode(Context context,
Date retentionDate,
ChecksumResultCode resultCode) |
ChecksumResult |
ChecksumResultDAOImpl.findByCode(Context context,
ChecksumResultCode code) |
List<MostRecentChecksum> |
MostRecentChecksumDAOImpl.findByResultTypeInDateRange(Context context,
Date startDate,
Date endDate,
ChecksumResultCode resultCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
ChecksumHistoryService.deleteByDateAndCode(Context context,
Date retentionDate,
ChecksumResultCode result) |
List<MostRecentChecksum> |
MostRecentChecksumService.findBitstreamResultTypeReport(Context context,
Date startDate,
Date endDate,
ChecksumResultCode resultCode) |
ChecksumResult |
ChecksumResultService.findByCode(Context context,
ChecksumResultCode code) |
| Modifier and Type | Method and Description |
|---|---|
int |
ChecksumHistoryService.prune(Context context,
Map<ChecksumResultCode,Long> interests)
Prune the history records from the database.
|
Copyright © 2016 DuraSpace. All Rights Reserved.