Uses of Class
org.dspace.sort.SortOption
Packages that use SortOption
Package
Description
Provides classes and methods for browsing Items in DSpace by whatever
is specified in the configuration.
-
Uses of SortOption in org.dspace.browse
Methods in org.dspace.browse that return SortOptionModifier and TypeMethodDescriptionBrowseIndex.getSortOption()Get the SortOption associated with this index.BrowseInfo.getSortOption()BrowserScope.getSortOption()Obtain the sort optionMethods in org.dspace.browse with parameters of type SortOptionModifier and TypeMethodDescriptionstatic BrowseIndexBrowseIndex.getBrowseIndex(SortOption so) Get the configured browse index that is defined to use this sort option.voidBrowseInfo.setSortOption(SortOption sortOption) -
Uses of SortOption in org.dspace.sort
Methods in org.dspace.sort that return SortOptionModifier and TypeMethodDescriptionstatic SortOptionSortOption.getDefaultSortOption()Get the default sort option - initially, just the first one defined.static SortOptionSortOption.getSortOption(int number) Get the defined sort option by number (.1, .2, etc).static SortOptionSortOption.getSortOption(String name) Get the defined sort option by nameMethods in org.dspace.sort that return types with arguments of type SortOptionModifier and TypeMethodDescriptionstatic Set<SortOption>SortOption.getSortOptions()Return all the configured sort options.