| Package | Description |
|---|---|
| org.dspace.browse |
Provides classes and methods for browsing Items in DSpace by whatever
is specified in the configuration.
|
| org.dspace.search |
Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range.
|
| org.dspace.sort |
| Modifier and Type | Method and Description |
|---|---|
SortOption |
BrowseInfo.getSortOption() |
SortOption |
BrowseIndex.getSortOption()
Get the SortOption associated with this index.
|
SortOption |
BrowserScope.getSortOption()
Obtain the sort option
|
| Modifier and Type | Method and Description |
|---|---|
static BrowseIndex |
BrowseIndex.getBrowseIndex(SortOption so)
Get the configured browse index that is defined to use this sort option.
|
void |
BrowseInfo.setSortOption(SortOption sortOption) |
| Modifier and Type | Method and Description |
|---|---|
SortOption |
QueryArgs.getSortOption()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryArgs.setSortOption(SortOption sortOption)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SortOption |
SortOption.getDefaultSortOption()
Get the default sort option - initially, just the first one defined.
|
static SortOption |
SortOption.getSortOption(int number)
Get the defined sort option by number (.1, .2, etc).
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<SortOption> |
SortOption.getSortOptions()
Return all the configured sort options.
|
Copyright © 2018 DuraSpace. All Rights Reserved.