public class ReporterDAO extends DAOSupport
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DATE_RANGE_BITSTREAMS
Select the most recent bitstream information for a given date range with
the specified status.
|
static java.lang.String |
DATE_RANGE_NOT_PROCESSED_BITSTREAMS
Find all bitstreams that were set to not be processed for the specified
date range.
|
static java.lang.String |
DATE_RANGE_NOT_PROCESSED_BITSTREAMS_ORACLE |
static java.lang.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 |
|---|---|
java.util.List<ChecksumHistory> |
getBitstreamResultTypeReport(java.util.Date startDate,
java.util.Date endDate,
java.lang.String resultCode)
Select the most recent bitstream for a given date range with the
specified status.
|
java.util.List<ChecksumHistory> |
getNotProcessedBitstreamsReport(java.util.Date startDate,
java.util.Date endDate)
Find all bitstreams that were set to not be processed for the specified
date range.
|
java.util.List<DSpaceBitstreamInfo> |
getUnknownBitstreams()
Find all bitstreams that the checksum checker is currently not aware of
|
cleanup, cleanup, cleanup, cleanuppublic static final java.lang.String DATE_RANGE_BITSTREAMS
public static final java.lang.String DATE_RANGE_NOT_PROCESSED_BITSTREAMS
public static final java.lang.String DATE_RANGE_NOT_PROCESSED_BITSTREAMS_ORACLE
public static final java.lang.String FIND_UNKNOWN_BITSTREAMS
public java.util.List<ChecksumHistory> getBitstreamResultTypeReport(java.util.Date startDate, java.util.Date endDate, java.lang.String resultCode)
startDate - the start date rangeendDate - the end date range.resultCode - the result codepublic java.util.List<ChecksumHistory> getNotProcessedBitstreamsReport(java.util.Date startDate, java.util.Date endDate)
startDate - the start of the date rangeendDate - the end of the date rangepublic java.util.List<DSpaceBitstreamInfo> getUnknownBitstreams()
Copyright © 2013 DuraSpace. All Rights Reserved.