Uses of Class
org.dspace.browse.BrowseIndex
-
Packages that use BrowseIndex Package Description org.dspace.browse Provides classes and methods for browsing Items in DSpace by whatever is specified in the configuration. -
-
Uses of BrowseIndex in org.dspace.browse
Methods in org.dspace.browse that return BrowseIndex Modifier and Type Method Description static BrowseIndexBrowseIndex. getBrowseIndex(String name)Get the browse index from configuration with the specified name.static BrowseIndexBrowseIndex. getBrowseIndex(SortOption so)Get the configured browse index that is defined to use this sort option.BrowseIndexBrowseInfo. getBrowseIndex()BrowseIndexBrowserScope. getBrowseIndex()static BrowseIndex[]BrowseIndex. getBrowseIndices()Get an array of all the browse indices for the current configurationstatic BrowseIndexBrowseIndex. getItemBrowseIndex()Get the internally defined browse index for archived items.static BrowseIndexBrowseIndex. getPrivateBrowseIndex()static BrowseIndexBrowseIndex. getWithdrawnBrowseIndex()Get the internally defined browse index for withdrawn items.Methods in org.dspace.browse with parameters of type BrowseIndex Modifier and Type Method Description voidBrowseInfo. setBrowseIndex(BrowseIndex browseIndex)voidBrowserScope. setBrowseIndex(BrowseIndex browseIndex)
-