| Package | Description |
|---|---|
| org.dspace.sort |
| 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).
|
static java.util.Set<SortOption> |
SortOption.getSortOptions()
Return all the configured sort options.
|
| Constructor and Description |
|---|
SortOption(int number,
java.lang.String definition)
Construct a new SortOption object using the definition from the configuration
|
SortOption(int number,
java.lang.String name,
java.lang.String md,
java.lang.String type)
Construct a new SortOption object with the given parameters
|
Copyright © 2018 DuraSpace. All Rights Reserved.