public class ReporterDAO extends DAOSupport
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ReporterDAO()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
cleanup, cleanup, cleanup, cleanuppublic 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
public List<ChecksumHistory> getBitstreamResultTypeReport(Date startDate, Date endDate, String resultCode)
startDate - the start date rangeendDate - the end date range.resultCode - the result codepublic List<ChecksumHistory> getNotProcessedBitstreamsReport(Date startDate, Date endDate)
startDate - the start of the date rangeendDate - the end of the date rangepublic List<DSpaceBitstreamInfo> getUnknownBitstreams()
Copyright © 2013 DuraSpace. All Rights Reserved.