| Package | Description |
|---|---|
| org.dspace.browse |
Provides classes and methods for browsing Items in DSpace by whatever
is specified in the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
BrowseItem[] |
BrowseItemDAO.findAll()
Get an array of all the items in the database
|
BrowseItem[] |
BrowseItemDAOPostgres.findAll() |
BrowseItem[] |
BrowseItemDAOOracle.findAll() |
BrowseItem[] |
BrowseInfo.getBrowseItemResults()
Return the results of the Browse as a BrowseItem array
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BrowseItem> |
BrowseDAOOracle.doQuery() |
java.util.List<BrowseItem> |
BrowseDAO.doQuery()
This executes a query which returns a List object containing BrowseItem objects
representing the results of a full item browse.
|
java.util.List<BrowseItem> |
BrowseDAOPostgres.doQuery() |
Copyright © 2018 DuraSpace. All Rights Reserved.