Uses of Class
com.atlassian.confluence.search.v2.SearchSort.Order

Packages that use SearchSort.Order
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.search.v2
 

Methods in com.atlassian.confluence.search.v2 that return SearchSort.Order
 SearchSort.Order SearchSort.getOrder()
          Returns the order (whether ASCENDING or DESCENDING) of the sort.
static SearchSort.Order SearchSort.Order.valueOf(java.lang.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
 SearchSort.Order AbstractSort.getOrder()
           
 

Constructors in com.atlassian.confluence.search.v2.sort with parameters of type SearchSort.Order
AbstractSort(java.lang.String key, SearchSort.Order order)
          Constructs a sort.
CreatedSort(SearchSort.Order order)
           
ModifiedSort(SearchSort.Order order)
           
TitleSort(SearchSort.Order order)
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.