Uses of Class
org.dspace.checker.BitstreamInfo

Packages that use BitstreamInfo
org.dspace.checker Provides content fixity checking (using checksums) for bitstreams stored in DSpace software. 
 

Uses of BitstreamInfo in org.dspace.checker
 

Methods in org.dspace.checker that return BitstreamInfo
 BitstreamInfo BitstreamInfoDAO.findByBitstreamId(int id)
          Find a bitstream by its id.
 

Methods in org.dspace.checker with parameters of type BitstreamInfo
 void ResultsLogger.collect(BitstreamInfo info)
          Collect a result for logging.
 void ChecksumResultsCollector.collect(BitstreamInfo info)
          Collects results.
 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 © 2012 DuraSpace. All Rights Reserved.