| Package | Description |
|---|---|
| org.dspace.checker |
Provides content fixity checking (using checksums)
for bitstreams stored in DSpace software.
|
| Modifier and Type | Method and Description |
|---|---|
BitstreamInfo |
BitstreamInfoDAO.findByBitstreamId(int id)
Find a bitstream by its id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChecksumResultsCollector.collect(BitstreamInfo info)
Collects results.
|
void |
ResultsLogger.collect(BitstreamInfo info)
Collect a result for logging.
|
void |
ChecksumHistoryDAO.insertHistory(BitstreamInfo info)
Inserts results of checksum check into checksum_history table for a given
bitstream.
|
void |
BitstreamInfoDAO.update(BitstreamInfo info)
Updates most_recent_checksum with latest checksum and result of
comparison with previous checksum.
|
Copyright © 2013 DuraSpace. All Rights Reserved.