Uses of Class
com.atlassian.confluence.search.v2.SearchSort.Order
-
Packages that use SearchSort.Order Package Description com.atlassian.confluence.plugins.contentproperty.search.fields com.atlassian.confluence.plugins.contentproperty.search.query com.atlassian.confluence.search.v2 Provides an extensible, flexible search API.com.atlassian.confluence.search.v2.sort -
-
Uses of SearchSort.Order in com.atlassian.confluence.plugins.contentproperty.search.fields
Methods in com.atlassian.confluence.plugins.contentproperty.search.fields with parameters of type SearchSort.Order Modifier and Type Method Description protected SearchSort
DateTimeContentPropertyAliasFieldHandler. getSearchSort(SearchSort.Order order)
protected SearchSort
NumericContentPropertyAliasFieldHandler. getSearchSort(SearchSort.Order order)
-
Uses of SearchSort.Order in com.atlassian.confluence.plugins.contentproperty.search.query
Methods in com.atlassian.confluence.plugins.contentproperty.search.query with parameters of type SearchSort.Order Modifier and Type Method Description SearchSort
ContentPropertySearchQueryFactory. buildContentPropertySearchSort(ContentPropertySchemaField schemaField, SearchSort.Type type, SearchSort.Order order)
-
Uses of SearchSort.Order in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return SearchSort.Order Modifier and Type Method Description SearchSort.Order
SearchSort. getOrder()
Returns the order (whetherASCENDING
orDESCENDING
) of the sort.static SearchSort.Order
SearchSort.Order. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchSort.Order[]
SearchSort.Order. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SearchSort.Order in com.atlassian.confluence.search.v2.sort
Methods in com.atlassian.confluence.search.v2.sort that return SearchSort.Order Modifier and Type Method Description SearchSort.Order
AbstractSort. getOrder()
SearchSort.Order
FieldSort. getOrder()
SearchSort.Order
LowercaseFieldSort. getOrder()
SearchSort.Order
MultiSearchSort. getOrder()
SearchSort.Order
UserAttributeSort. getOrder()
Constructors in com.atlassian.confluence.search.v2.sort with parameters of type SearchSort.Order Constructor Description AbstractSort(String key, SearchSort.Order order)
Constructs a sort.ContentIdSort(SearchSort.Order order)
Constructs a sort, private, use staticContentIdSort.ASCENDING
orContentIdSort.DESCENDING
CreatedSort(SearchSort.Order order)
FavouriteSort(SearchSort.Order order)
FieldSort(String fieldName, SearchSort.Type type, SearchSort.Order order)
FilenameSort(SearchSort.Order order)
FilesizeSort(SearchSort.Order order)
FullnameSort(SearchSort.Order order)
LowercaseFieldSort(String fieldName, SearchSort.Order order)
ModifiedSort(SearchSort.Order order)
TitleSort(SearchSort.Order order)
UserAttributeSort(UserAttributeSort.UserAttribute attribute, SearchSort.Order order, String fieldName)
-