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
startDate - the start date rangeendDate - the end date rangeosw - the output stream writer to write toIOException - if io error occursSQLExceptionint getChangedChecksumReport(Context context, Date startDate, Date endDate, OutputStreamWriter osw) throws IOException, SQLException
startDate - the start date range.endDate - then end date range.osw - the output stream writer to write toIOException - if io error occursSQLExceptionint getBitstreamNotFoundReport(Context context, Date startDate, Date endDate, OutputStreamWriter osw) throws IOException, SQLException
startDate - the start date range.endDate - the end date range.osw - the output stream writer to write toIOException - if io error occursSQLExceptionint getNotToBeProcessedReport(Context context, Date startDate, Date endDate, OutputStreamWriter osw) throws IOException, SQLException
startDate - the start date range.endDate - the end date range.osw - the output stream writer to write toIOException - if io error occursSQLExceptionint getUncheckedBitstreamsReport(Context context, OutputStreamWriter osw) throws IOException, SQLException
osw - the output stream writer to write toIOException - if io error occursSQLExceptionCopyright © 2016 DuraSpace. All Rights Reserved.