public interface BitstreamDAO extends DSpaceObjectLegacySupportDAO<Bitstream>
| Modifier and Type | Method and Description |
|---|---|
Long |
countByStoreNumber(Context context,
Integer storeNumber) |
int |
countDeleted(Context context) |
int |
countRows(Context context) |
int |
countWithNoPolicy(Context context) |
List<Bitstream> |
findBitstreamsWithNoRecentChecksum(Context context) |
Iterator<Bitstream> |
findByCollection(Context context,
Collection collection) |
Iterator<Bitstream> |
findByCommunity(Context context,
Community community) |
Iterator<Bitstream> |
findByItem(Context context,
Item item) |
Iterator<Bitstream> |
findByStoreNumber(Context context,
Integer storeNumber) |
List<Bitstream> |
findDeletedBitstreams(Context context) |
List<Bitstream> |
findDuplicateInternalIdentifier(Context context,
Bitstream bitstream) |
List<Bitstream> |
getNotReferencedBitstreams(Context context) |
findByLegacyIdcreate, delete, findAll, findByID, findByID, findMany, findUnique, saveList<Bitstream> findDeletedBitstreams(Context context) throws SQLException
SQLExceptionList<Bitstream> findDuplicateInternalIdentifier(Context context, Bitstream bitstream) throws SQLException
SQLExceptionList<Bitstream> findBitstreamsWithNoRecentChecksum(Context context) throws SQLException
SQLExceptionIterator<Bitstream> findByCommunity(Context context, Community community) throws SQLException
SQLExceptionIterator<Bitstream> findByCollection(Context context, Collection collection) throws SQLException
SQLExceptionIterator<Bitstream> findByItem(Context context, Item item) throws SQLException
SQLExceptionIterator<Bitstream> findByStoreNumber(Context context, Integer storeNumber) throws SQLException
SQLExceptionLong countByStoreNumber(Context context, Integer storeNumber) throws SQLException
SQLExceptionint countRows(Context context) throws SQLException
SQLExceptionint countDeleted(Context context) throws SQLException
SQLExceptionint countWithNoPolicy(Context context) throws SQLException
SQLExceptionList<Bitstream> getNotReferencedBitstreams(Context context) throws SQLException
SQLExceptionCopyright © 2017 DuraSpace. All rights reserved.