public class SimpleReporterImpl extends java.lang.Object implements SimpleReporter
| Constructor and Description |
|---|
SimpleReporterImpl()
Main Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBitstreamNotFoundReport(java.util.Date startDate,
java.util.Date endDate,
java.io.OutputStreamWriter osw)
Send the bitstream not found report for the specified date range.
|
int |
getChangedChecksumReport(java.util.Date startDate,
java.util.Date endDate,
java.io.OutputStreamWriter osw)
Send the checksum changed report for the specified date range.
|
int |
getDeletedBitstreamReport(java.util.Date startDate,
java.util.Date endDate,
java.io.OutputStreamWriter osw)
Sends the Deleted bitstream report to an administrator.
|
int |
getNotToBeProcessedReport(java.util.Date startDate,
java.util.Date endDate,
java.io.OutputStreamWriter osw)
Send the bitstreams that were set to not be processed report for the
specified date range.
|
int |
getUncheckedBitstreamsReport(java.io.OutputStreamWriter osw)
Get any bitstreams that are not checked by the checksum checker.
|
public int getDeletedBitstreamReport(java.util.Date startDate,
java.util.Date endDate,
java.io.OutputStreamWriter osw)
throws java.io.IOException
getDeletedBitstreamReport in interface SimpleReporterstartDate - the start date for the rangeendDate - the end date for the rangeosw - the output stream writer to write to.java.io.IOException - if io error occurspublic int getChangedChecksumReport(java.util.Date startDate,
java.util.Date endDate,
java.io.OutputStreamWriter osw)
throws java.io.IOException
getChangedChecksumReport in interface SimpleReporterstartDate - the start date for the rangeendDate - the end date for the rangeosw - the output stream writer to write to.java.io.IOException - if io error occurspublic int getBitstreamNotFoundReport(java.util.Date startDate,
java.util.Date endDate,
java.io.OutputStreamWriter osw)
throws java.io.IOException
getBitstreamNotFoundReport in interface SimpleReporterstartDate - the start date for the range.endDate - the end date for the range.osw - the output stream writer to write to.java.io.IOException - if io error occurspublic int getNotToBeProcessedReport(java.util.Date startDate,
java.util.Date endDate,
java.io.OutputStreamWriter osw)
throws java.io.IOException
getNotToBeProcessedReport in interface SimpleReporterstartDate - the start date for the rangeendDate - the end date for the rangeosw - the output stream writer to write to.java.io.IOException - if io error occurspublic int getUncheckedBitstreamsReport(java.io.OutputStreamWriter osw)
throws java.io.IOException
getUncheckedBitstreamsReport in interface SimpleReporterosw - the OutputStreamWriter to write tojava.io.IOException - if io error occursCopyright © 2013 DuraSpace. All Rights Reserved.