Class SimpleReporterServiceImpl

java.lang.Object
org.dspace.checker.SimpleReporterServiceImpl
All Implemented Interfaces:
SimpleReporterService

public class SimpleReporterServiceImpl extends Object implements SimpleReporterService
Simple Reporter implementation.
Author:
Jim Downing, Grace Carpenter, Nathan Sarr TODO estimate string buffer sizes.
  • Field Details

    • mostRecentChecksumService

      @Autowired(required=true) protected MostRecentChecksumService mostRecentChecksumService
    • bitstreamService

      @Autowired(required=true) protected BitstreamService bitstreamService
  • Constructor Details

    • SimpleReporterServiceImpl

      protected SimpleReporterServiceImpl()
      Main Constructor.
  • Method Details