@SearchPrimitive public class MultiSearchSort extends Object implements SearchSort
SearchSort.Order, SearchSort.Type| Constructor and Description |
|---|
MultiSearchSort(Iterable<SearchSort> searchSorts) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the key that uniquely identifies this sort method.
|
SearchSort.Order |
getOrder()
Returns the order (whether
SearchSort.Order.ASCENDING or SearchSort.Order.DESCENDING) of the sort. |
List<SearchSort> |
getSearchSorts() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexpandpublic static final String KEY
public MultiSearchSort(Iterable<SearchSort> searchSorts)
public String getKey()
SearchSortgetKey in interface SearchSortpublic SearchSort.Order getOrder()
SearchSortSearchSort.Order.ASCENDING or SearchSort.Order.DESCENDING) of the sort.getOrder in interface SearchSortSearchSort.Order.ASCENDING or SearchSort.Order.DESCENDING) of the sort.public List<SearchSort> getSearchSorts()
Copyright © 2003–2020 Atlassian. All rights reserved.