@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, wait
expand
public static final String KEY
public MultiSearchSort(Iterable<SearchSort> searchSorts)
public String getKey()
SearchSort
getKey
in interface SearchSort
public SearchSort.Order getOrder()
SearchSort
SearchSort.Order.ASCENDING
or SearchSort.Order.DESCENDING
) of the sort.getOrder
in interface SearchSort
SearchSort.Order.ASCENDING
or SearchSort.Order.DESCENDING
) of the sort.public List<SearchSort> getSearchSorts()
Copyright © 2003–2019 Atlassian. All rights reserved.