Uses of Enum Class
com.atlassian.confluence.search.v2.SearchSort.Order
Packages that use SearchSort.Order
Package
Description
Provides an extensible, flexible search API.
-
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.OrderModifier and TypeMethodDescriptionprotected 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.OrderModifier and TypeMethodDescriptionContentPropertySearchQueryFactory.buildContentPropertySearchSort
(ContentPropertySchemaField schemaField, SearchSort.Type type, SearchSort.Order order) -
Uses of SearchSort.Order in com.atlassian.confluence.plugins.opensearch.mappers.sort
Methods in com.atlassian.confluence.plugins.opensearch.mappers.sort with parameters of type SearchSort.OrderModifier and TypeMethodDescriptionstatic org.opensearch.client.opensearch._types.SortOrder
SortUtils.toOpenSearchSortOrder
(SearchSort.Order sortOrder) Convert ConfluenceSearchSort.Order
to OpenSearch -
Uses of SearchSort.Order in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return SearchSort.OrderModifier and TypeMethodDescriptionSearchSort.getOrder()
Returns the order (whetherASCENDING
orDESCENDING
) of the sort.static SearchSort.Order
Returns the enum constant of this class with the specified name.static SearchSort.Order[]
SearchSort.Order.values()
Returns an array containing the constants of this enum class, 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.OrderModifier and TypeMethodDescriptionAbstractSort.getOrder()
FieldSort.getOrder()
LowercaseFieldSort.getOrder()
MultiSearchSort.getOrder()
UserAttributeSort.getOrder()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.atlassian.confluence.search.v2.sort with parameters of type SearchSort.OrderModifierConstructorDescriptionprotected
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
(StringFieldMapping fieldMapping, SearchSort.Order order) LowercaseFieldSort
(String fieldName, SearchSort.Order order) Deprecated, for removal: This API element is subject to removal in a future version.since 8.9.ModifiedSort
(SearchSort.Order order) TitleSort
(SearchSort.Order order) UserAttributeSort
(UserAttributeSort.UserAttribute attribute, SearchSort.Order order, String fieldName) Deprecated, for removal: This API element is subject to removal in a future version.