Package org.kiwiproject.search
Interface Sorted
public interface Sorted
Simple contract for search results that are sorted in a specific direction.
-
Method Summary
Modifier and TypeMethodDescriptionDefines a general sort direction, which will usually by something like "asc" or "desc" but can be customized however an application likes.
-
Method Details
-
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
-