Package org.kiwiproject.search
Interface Sorted
-
public interface SortedSimple contract for search results that are sorted in a specific direction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSortDirection()Defines a general sort direction, which will usually by something like "asc" or "desc" but can be customized however an application likes.
-
-
-
Method Detail
-
getSortDirection
String getSortDirection()
Defines a general sort direction, which will usually by something like "asc" or "desc" but can be customized however an application likes.- Returns:
- the sort direction
-
-