Package com.atlassian.query.order
Class OrderByImpl
java.lang.Object
com.atlassian.query.order.OrderByImpl
- All Implemented Interfaces:
 OrderBy,Serializable
Default implementation of 
OrderBy.- Since:
 - 4.0
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionOrderByImpl(SearchSort... searchSorts) OrderByImpl(Collection<SearchSort> searchSorts)  - 
Method Summary
 
- 
Field Details
- 
NO_ORDER
 
 - 
 - 
Constructor Details
- 
OrderByImpl
 - 
OrderByImpl
 
 - 
 - 
Method Details
- 
getSearchSorts
- Specified by:
 getSearchSortsin interfaceOrderBy- Returns:
 - a list of SearchSort objects that represent the specified sorting requested for this OrderBy clause. Cannot be null.
 
 - 
toString
 - 
equals
 - 
hashCode
public int hashCode() 
 -