public interface SimpleReporter
| Modifier and Type | Method and Description |
|---|---|
int |
getBitstreamNotFoundReport(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(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(Date startDate,
Date endDate,
OutputStreamWriter osw)
Returns the bitstreams set found to be deleted for the specified date
range.
|
int |
getNotToBeProcessedReport(Date startDate,
Date endDate,
OutputStreamWriter osw)
The bitstreams that were set to not be processed report for the specified
date range.
|
int |
getUncheckedBitstreamsReport(OutputStreamWriter osw)
The bitstreams that are not known to the checksum checker.
|
int getDeletedBitstreamReport(Date startDate, Date endDate, OutputStreamWriter osw) throws IOException
startDate - the start date rangeendDate - the end date rangeosw - the output stream writer to write toIOException - if io error occursint getChangedChecksumReport(Date startDate, Date endDate, OutputStreamWriter osw) throws IOException
startDate - the start date range.endDate - then end date range.osw - the output stream writer to write toIOException - if io error occursint getBitstreamNotFoundReport(Date startDate, Date endDate, OutputStreamWriter osw) throws IOException
startDate - the start date range.endDate - the end date range.osw - the output stream writer to write toIOException - if io error occursint getNotToBeProcessedReport(Date startDate, Date endDate, OutputStreamWriter osw) throws IOException
startDate - the start date range.endDate - the end date range.osw - the output stream writer to write toIOException - if io error occursint getUncheckedBitstreamsReport(OutputStreamWriter osw) throws IOException
osw - the output stream writer to write toIOException - if io error occursCopyright © 2015 DuraSpace. All Rights Reserved.