Uses of Interface
org.dspace.checker.service.MostRecentChecksumService
-
Packages that use MostRecentChecksumService Package Description org.dspace.checker Provides content fixity checking (using checksums) for bitstreams stored in DSpace software.org.dspace.checker.factory -
-
Uses of MostRecentChecksumService in org.dspace.checker
Classes in org.dspace.checker that implement MostRecentChecksumService Modifier and Type Class Description classMostRecentChecksumServiceImplService implementation for the MostRecentChecksum object.Fields in org.dspace.checker declared as MostRecentChecksumService Modifier and Type Field Description protected MostRecentChecksumServiceSimpleDispatcher. checksumServiceAccess for bitstream informationprotected MostRecentChecksumServiceChecksumHistoryServiceImpl. mostRecentChecksumServiceprotected MostRecentChecksumServiceSimpleReporterServiceImpl. mostRecentChecksumService -
Uses of MostRecentChecksumService in org.dspace.checker.factory
Methods in org.dspace.checker.factory that return MostRecentChecksumService Modifier and Type Method Description abstract MostRecentChecksumServiceCheckerServiceFactory. getMostRecentChecksumService()MostRecentChecksumServiceCheckerServiceFactoryImpl. getMostRecentChecksumService()
-