| 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 |
|---|---|
BrowseIndex |
BrowseInfo.getBrowseIndex() |
BrowseIndex |
BrowserScope.getBrowseIndex() |
static BrowseIndex |
BrowseIndex.getBrowseIndex(SortOption so)
Get the configured browse index that is defined to use this sort option.
|
static BrowseIndex |
BrowseIndex.getBrowseIndex(String name)
Get the browse index from configuration with the specified name.
|
static BrowseIndex[] |
BrowseIndex.getBrowseIndices()
Get an array of all the browse indices for the current configuration
|
static BrowseIndex |
BrowseIndex.getItemBrowseIndex()
Get the internally defined browse index for archived items.
|
static BrowseIndex |
BrowseIndex.getPrivateBrowseIndex() |
static BrowseIndex |
BrowseIndex.getWithdrawnBrowseIndex()
Get the internally defined browse index for withdrawn items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BrowseInfo.setBrowseIndex(BrowseIndex browseIndex) |
void |
BrowserScope.setBrowseIndex(BrowseIndex browseIndex) |
Copyright © 2016 DuraSpace. All rights reserved.