@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, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitexpandpublic static final String KEY
public static final ContentIdSort ASCENDING
public static final ContentIdSort DESCENDING
public ContentIdSort(SearchSort.Order order)
ASCENDING or DESCENDINGorder - (required) the direction of the sort (Order).Copyright © 2003–2022 Atlassian. All rights reserved.