public interface SimpleReporterService
| Modifier and Type | Method and Description |
|---|---|
int |
getBitstreamNotFoundReport(Context context,
Date startDate,
Date endDate,
OutputStreamWriter osw)
The report of bitstreams for the specified date range where it was
determined the bitstreams can no longer be found.
|
int |
getChangedChecksumReport(Context context,
Date startDate,
Date endDate,
OutputStreamWriter osw)
The a report of bitstreams found where the checksum has been changed
since the last check for the specified date range.
|
int |
getDeletedBitstreamReport(Context context,
Date startDate,
Date endDate,
OutputStreamWriter osw)
Returns the bitstreams set found to be deleted for the specified date
range.
|
int |
getNotToBeProcessedReport(Context context,
Date startDate,
Date endDate,
OutputStreamWriter osw)
The bitstreams that were set to not be processed report for the specified
date range.
|
int |
getUncheckedBitstreamsReport(Context context,
OutputStreamWriter osw)
The bitstreams that are not known to the checksum checker.
|
int getDeletedBitstreamReport(Context context, Date startDate, Date endDate, OutputStreamWriter osw) throws IOException, SQLException
context - contextstartDate - the start date rangeendDate - the end date rangeosw - the output stream writer to write toIOException - if IO error
if io error occursSQLException - if database errorint getChangedChecksumReport(Context context, Date startDate, Date endDate, OutputStreamWriter osw) throws IOException, SQLException
context - contextstartDate - the start date range.endDate - then end date range.osw - the output stream writer to write toIOException - if IO error
if io error occursSQLException - if database errorint getBitstreamNotFoundReport(Context context, Date startDate, Date endDate, OutputStreamWriter osw) throws IOException, SQLException
context - contextstartDate - the start date range.endDate - the end date range.osw - the output stream writer to write toIOException - if IO error
if io error occursSQLException - if database errorint getNotToBeProcessedReport(Context context, Date startDate, Date endDate, OutputStreamWriter osw) throws IOException, SQLException
context - contextstartDate - the start date range.endDate - the end date range.osw - the output stream writer to write toIOException - if IO error
if io error occursSQLException - if database errorint getUncheckedBitstreamsReport(Context context, OutputStreamWriter osw) throws IOException, SQLException
context - contextosw - the output stream writer to write toIOException - if IO error
if io error occursSQLException - if database errorCopyright © 2022 LYRASIS. All rights reserved.