public class ItemDAOPostgres extends ItemDAO
| Modifier and Type | Method and Description |
|---|---|
Bitstream |
getFirstBitstream(int itemId,
String bundleName) |
Bitstream |
getNamedBitstream(int itemId,
String bundleName,
String fileName) |
Bitstream |
getPrimaryBitstream(int itemId,
String bundleName) |
public Bitstream getPrimaryBitstream(int itemId, String bundleName) throws SQLException
getPrimaryBitstream in class ItemDAOSQLExceptionpublic Bitstream getFirstBitstream(int itemId, String bundleName) throws SQLException
getFirstBitstream in class ItemDAOSQLExceptionpublic Bitstream getNamedBitstream(int itemId, String bundleName, String fileName) throws SQLException
getNamedBitstream in class ItemDAOSQLExceptionCopyright © 2015 DuraSpace. All Rights Reserved.