Class ExtensionQuery.SortClause
java.lang.Object
org.xwiki.extension.repository.search.ExtensionQuery.SortClause
- Enclosing class:
- ExtensionQuery
The sort criteria.
- Version:
- $Id: 5af22c7e170f583a271af41a812636819409b36c $
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SortClause
- Parameters:
field
- the name of the fieldorder
- the order in which extensions should be sorted
-
-
Method Details
-
getField
- Returns:
- the name of the field
-
getOrder
- Returns:
- the order in which extensions should be sorted.
-