|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SimpleReporter
Simple Reporting Class which can return several different reports.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 to
IOException - if io error occurs
int 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 to
IOException - if io error occurs
int 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 to
IOException - if io error occurs
int 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 to
IOException - if io error occurs
int getUncheckedBitstreamsReport(OutputStreamWriter osw)
throws IOException
osw - the output stream writer to write to
IOException - if io error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||