Uses of Interface
org.dspace.checker.service.ChecksumHistoryService
Packages that use ChecksumHistoryService
Package
Description
Provides content fixity checking (using checksums)
for bitstreams stored in DSpace software.
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 ChecksumHistoryServiceModifier and TypeClassDescriptionclassService implementation for the ChecksumHistory object.Fields in org.dspace.checker declared as ChecksumHistoryServiceModifier and TypeFieldDescriptionprotected ChecksumHistoryServiceCheckerConsumer.checksumHistoryService -
Uses of ChecksumHistoryService in org.dspace.checker.factory
Methods in org.dspace.checker.factory that return ChecksumHistoryServiceModifier and TypeMethodDescriptionabstract ChecksumHistoryServiceCheckerServiceFactory.getChecksumHistoryService()CheckerServiceFactoryImpl.getChecksumHistoryService() -
Uses of ChecksumHistoryService in org.dspace.storage.bitstore
Fields in org.dspace.storage.bitstore declared as ChecksumHistoryServiceModifier and TypeFieldDescriptionprotected ChecksumHistoryServiceBitstreamStorageServiceImpl.checksumHistoryService