com.atlassian.query.order
Interface OrderBy

All Known Implementing Classes:
OrderByImpl

public interface OrderBy

Represents the ordering portion of the a search query. The results can be sorted by fields in either a ascending or descending order. The actual sort is made up of a list of (field, order) pair(s). Each of the pair is represented by a SearchSort object.


Method Summary
 List<SearchSort> getSearchSorts()
           
 

Method Detail

getSearchSorts

@NotNull
List<SearchSort> getSearchSorts()
Returns:
a list of SearchSort objects that represent the specified sorting requested for this OrderBy clause. Cannot be null.


Copyright © 2002-2009 Atlassian. All Rights Reserved.