@Internal @SearchPrimitive public final class ContentIdSort extends AbstractSort
This class is a copy of ContentIdSort
from confluence-cql-plugin inorder to deprecate the former one.
SearchSort.Order, SearchSort.Type
Modifier and Type | Field and Description |
---|---|
static ContentIdSort |
ASCENDING |
static ContentIdSort |
DESCENDING |
static String |
KEY |
Constructor and Description |
---|
ContentIdSort(SearchSort.Order order)
Constructs a sort, private, use static
ASCENDING or DESCENDING |
equals, getKey, getOrder, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
expand
public static final String KEY
public static final ContentIdSort ASCENDING
public static final ContentIdSort DESCENDING
public ContentIdSort(SearchSort.Order order)
ASCENDING
or DESCENDING
order
- (required) the direction of the sort (Order
).Copyright © 2003–2021 Atlassian. All rights reserved.