Uses of Interface
org.dspace.checker.service.ChecksumHistoryService
-
Packages that use ChecksumHistoryService Package Description org.dspace.checker Provides content fixity checking (using checksums) for bitstreams stored in DSpace software.org.dspace.checker.factory org.dspace.storage.bitstore Provides an API for storing, retrieving and deleting streams of bits in a transactionally safe fashion. -
-
Uses of ChecksumHistoryService in org.dspace.checker
Classes in org.dspace.checker that implement ChecksumHistoryService Modifier and Type Class Description classChecksumHistoryServiceImplService implementation for the ChecksumHistory object.Fields in org.dspace.checker declared as ChecksumHistoryService Modifier and Type Field Description protected ChecksumHistoryServiceCheckerConsumer. checksumHistoryService -
Uses of ChecksumHistoryService in org.dspace.checker.factory
Methods in org.dspace.checker.factory that return ChecksumHistoryService Modifier and Type Method Description abstract ChecksumHistoryServiceCheckerServiceFactory. getChecksumHistoryService()ChecksumHistoryServiceCheckerServiceFactoryImpl. getChecksumHistoryService() -
Uses of ChecksumHistoryService in org.dspace.storage.bitstore
Fields in org.dspace.storage.bitstore declared as ChecksumHistoryService Modifier and Type Field Description protected ChecksumHistoryServiceBitstreamStorageServiceImpl. checksumHistoryService
-