Package org.xwiki.eventstream.query
Interface SortableEventQuery
-
- All Superinterfaces:
EventQuery
- All Known Implementing Classes:
SimpleEventQuery
public interface SortableEventQuery extends EventQuery
Allow sorting events.- Since:
- 12.5RC1
- Version:
- $Id: 4c8615d938488c5d35db82988ae75554b0bf2b08 $
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SortableEventQuery.SortClause
The sort clause to apply to the found events.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SortableEventQuery.SortClause>
getSorts()
-
-
-
Method Detail
-
getSorts
List<SortableEventQuery.SortClause> getSorts()
- Returns:
- the sort clauses
-
-