|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.checker.DAOSupport
org.dspace.checker.ReporterDAO
public class ReporterDAO
This class will report information on the checksum checker process.
| Field Summary | |
|---|---|
static String |
DATE_RANGE_BITSTREAMS
Select the most recent bitstream information for a given date range with the specified status. |
static String |
DATE_RANGE_NOT_PROCESSED_BITSTREAMS
Find all bitstreams that were set to not be processed for the specified date range. |
static String |
DATE_RANGE_NOT_PROCESSED_BITSTREAMS_ORACLE
|
static String |
FIND_UNKNOWN_BITSTREAMS
Find all bitstreams that the checksum checker is unaware of |
| Constructor Summary | |
|---|---|
ReporterDAO()
Default constructor |
|
| Method Summary | |
|---|---|
List<ChecksumHistory> |
getBitstreamResultTypeReport(Date startDate,
Date endDate,
String resultCode)
Select the most recent bitstream for a given date range with the specified status. |
List<ChecksumHistory> |
getNotProcessedBitstreamsReport(Date startDate,
Date endDate)
Find all bitstreams that were set to not be processed for the specified date range. |
List<DSpaceBitstreamInfo> |
getUnknownBitstreams()
Find all bitstreams that the checksum checker is currently not aware of |
| Methods inherited from class org.dspace.checker.DAOSupport |
|---|
cleanup, cleanup, cleanup, cleanup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DATE_RANGE_BITSTREAMS
public static final String DATE_RANGE_NOT_PROCESSED_BITSTREAMS
public static final String DATE_RANGE_NOT_PROCESSED_BITSTREAMS_ORACLE
public static final String FIND_UNKNOWN_BITSTREAMS
| Constructor Detail |
|---|
public ReporterDAO()
| Method Detail |
|---|
public List<ChecksumHistory> getBitstreamResultTypeReport(Date startDate,
Date endDate,
String resultCode)
startDate - the start date rangeendDate - the end date range.resultCode - the result code
public List<ChecksumHistory> getNotProcessedBitstreamsReport(Date startDate,
Date endDate)
startDate - the start of the date rangeendDate - the end of the date range
public List<DSpaceBitstreamInfo> getUnknownBitstreams()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||