Uses of Class
org.dspace.browse.BrowseIndex

Packages that use BrowseIndex
org.dspace.browse Provides classes and mehtods 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
 BrowseIndex BrowserScope.getBrowseIndex()
           
 BrowseIndex BrowseInfo.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.getWithdrawnBrowseIndex()
          Get the internally defined browse index for withdrawn items
 

Methods in org.dspace.browse with parameters of type BrowseIndex
static boolean BrowseIndex.isInternalIndex(BrowseIndex bi)
          Does the browse index represent one of the internal item indexes
 void BrowserScope.setBrowseIndex(BrowseIndex browseIndex)
           
 void BrowseInfo.setBrowseIndex(BrowseIndex browseIndex)
           
 



Copyright © 2009 The DSpace Foundation. All Rights Reserved.