Uses of Package
org.dspace.checker
-
Packages that use org.dspace.checker 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 -
Classes in org.dspace.checker used by org.dspace.checker Class Description BitstreamDispatcher BitstreamDispatchers are strategy objects that hand bitstream ids out to workers.ChecksumHistory Represents a history record for the bitstream.ChecksumResult Database entity representation of the checksum_results tableChecksumResultCode Enumeration of ChecksumCheckResults containing constants for checksum comparison result that must correspond to values in checksum_result table.ChecksumResultsCollector Component that receives BitstreamInfo results from a checker.IteratorDispatcher Really simple dispatcher that just iterates over a pre-defined list of ids.MostRecentChecksum Database entity representation of the most_recent_checksum tableResultsPruner Manages the deletion of results from the checksum history. -
Classes in org.dspace.checker used by org.dspace.checker.dao Class Description ChecksumResult Database entity representation of the checksum_results tableChecksumResultCode Enumeration of ChecksumCheckResults containing constants for checksum comparison result that must correspond to values in checksum_result table.MostRecentChecksum Database entity representation of the most_recent_checksum table -
Classes in org.dspace.checker used by org.dspace.checker.dao.impl Class Description ChecksumResult Database entity representation of the checksum_results tableChecksumResultCode Enumeration of ChecksumCheckResults containing constants for checksum comparison result that must correspond to values in checksum_result table.MostRecentChecksum Database entity representation of the most_recent_checksum table -
Classes in org.dspace.checker used by org.dspace.checker.service Class Description ChecksumResult Database entity representation of the checksum_results tableChecksumResultCode Enumeration of ChecksumCheckResults containing constants for checksum comparison result that must correspond to values in checksum_result table.MostRecentChecksum Database entity representation of the most_recent_checksum table