|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.checker.SimpleReporterImpl
public class SimpleReporterImpl
Simple Reporter implementation.
| Constructor Summary | |
|---|---|
SimpleReporterImpl()
Main Constructor. |
|
| Method Summary | |
|---|---|
int |
getBitstreamNotFoundReport(Date startDate,
Date endDate,
OutputStreamWriter osw)
Send the bitstream not found report for the specified date range. |
int |
getChangedChecksumReport(Date startDate,
Date endDate,
OutputStreamWriter osw)
Send the checksum changed report for the specified date range. |
int |
getDeletedBitstreamReport(Date startDate,
Date endDate,
OutputStreamWriter osw)
Sends the Deleted bitstream report to an administrator. |
int |
getNotToBeProcessedReport(Date startDate,
Date endDate,
OutputStreamWriter osw)
Send the bitstreams that were set to not be processed report for the specified date range. |
int |
getUncheckedBitstreamsReport(OutputStreamWriter osw)
Get any bitstreams that are not checked by the checksum checker. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleReporterImpl()
| Method Detail |
|---|
public int getDeletedBitstreamReport(Date startDate,
Date endDate,
OutputStreamWriter osw)
throws IOException
getDeletedBitstreamReport in interface SimpleReporterstartDate - the start date for the rangeendDate - the end date for the rangeosw - the output stream writer to write to.
IOException - if io error occurs
public int getChangedChecksumReport(Date startDate,
Date endDate,
OutputStreamWriter osw)
throws IOException
getChangedChecksumReport in interface SimpleReporterstartDate - the start date for the rangeendDate - the end date for the rangeosw - the output stream writer to write to.
IOException - if io error occurs
public int getBitstreamNotFoundReport(Date startDate,
Date endDate,
OutputStreamWriter osw)
throws 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.
IOException - if io error occurs
public int getNotToBeProcessedReport(Date startDate,
Date endDate,
OutputStreamWriter osw)
throws IOException
getNotToBeProcessedReport in interface SimpleReporterstartDate - the start date for the rangeendDate - the end date for the rangeosw - the output stream writer to write to.
IOException - if io error occurs
public int getUncheckedBitstreamsReport(OutputStreamWriter osw)
throws IOException
getUncheckedBitstreamsReport in interface SimpleReporterosw - the OutputStreamWriter to write to
IOException - if io error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||