public class BrowseEngine
extends java.lang.Object
| Constructor and Description |
|---|
BrowseEngine(Context context)
Create a new instance of the Browse engine, using the given DSpace
Context object.
|
| Modifier and Type | Method and Description |
|---|---|
BrowseInfo |
browse(BrowserScope bs)
Perform a standard browse, which will return a BrowseInfo
object that represents the results for the current page, the
total number of results, the range, and information to construct
previous and next links on any web page
|
BrowseInfo |
browseMini(BrowserScope bs)
Perform a limited browse, which only returns the results requested,
without any extraneous information.
|
public BrowseEngine(Context context) throws BrowseException
context - the DSpace contextBrowseExceptionpublic BrowseInfo browse(BrowserScope bs) throws BrowseException
bs - the scope of the browseBrowseExceptionpublic BrowseInfo browseMini(BrowserScope bs) throws BrowseException
bs - the scope of the browseBrowseExceptionCopyright © 2018 DuraSpace. All Rights Reserved.