public interface BrowseItemDAO
| Modifier and Type | Method and Description |
|---|---|
BrowseItem[] |
findAll()
Get an array of all the items in the database
|
DCValue[] |
queryMetadata(int itemId,
java.lang.String schema,
java.lang.String element,
java.lang.String qualifier,
java.lang.String lang)
perform a database query to obtain the string array of values corresponding to
the passed parameters.
|
BrowseItem[] findAll() throws java.sql.SQLException
java.sql.SQLExceptionDCValue[] queryMetadata(int itemId, java.lang.String schema, java.lang.String element, java.lang.String qualifier, java.lang.String lang) throws java.sql.SQLException
getMetadata(schema, element, qualifier, lang);
As this will obtain the value from cache if available first.itemId - schema - element - qualifier - lang - java.sql.SQLExceptionCopyright © 2013 DuraSpace. All Rights Reserved.