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 SearchSortDateTimeContentPropertyAliasFieldHandler. getSearchSort(SearchSort.Order order)protected SearchSortNumericContentPropertyAliasFieldHandler. 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 SearchSortContentPropertySearchQueryFactory. 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.OrderSearchSort. getOrder()Returns the order (whetherASCENDINGorDESCENDING) of the sort.static SearchSort.OrderSearchSort.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.OrderAbstractSort. getOrder()SearchSort.OrderFieldSort. getOrder()SearchSort.OrderLowercaseFieldSort. getOrder()SearchSort.OrderMultiSearchSort. getOrder()SearchSort.OrderUserAttributeSort. 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.ASCENDINGorContentIdSort.DESCENDINGCreatedSort(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)
-