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