Uses of Class
com.atlassian.confluence.search.v2.SearchSort.Type
-
Packages that use SearchSort.Type Package Description 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.Type in com.atlassian.confluence.plugins.contentproperty.search.query
Methods in com.atlassian.confluence.plugins.contentproperty.search.query with parameters of type SearchSort.Type Modifier and Type Method Description SearchSortContentPropertySearchQueryFactory. buildContentPropertySearchSort(ContentPropertySchemaField schemaField, SearchSort.Type type, SearchSort.Order order) -
Uses of SearchSort.Type in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return SearchSort.Type Modifier and Type Method Description static SearchSort.TypeSearchSort.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchSort.Type[]SearchSort.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SearchSort.Type in com.atlassian.confluence.search.v2.sort
Methods in com.atlassian.confluence.search.v2.sort that return SearchSort.Type Modifier and Type Method Description SearchSort.TypeFieldSort. getType()SearchSort.TypeLowercaseFieldSort. getType()Constructors in com.atlassian.confluence.search.v2.sort with parameters of type SearchSort.Type Constructor Description FieldSort(String fieldName, SearchSort.Type type, SearchSort.Order order)
-