Interface SearchSort

All Superinterfaces:
Expandable<SearchSort>
All Known Implementing Classes:
AbstractSort, ContentIdSort, CreatedSort, FavouriteSort, FieldSort, FilenameSort, FilesizeSort, FullnameSort, LowercaseFieldSort, ModifiedSort, MultiSearchSort, RelevanceSort, TitleSort, UserAttributeSort

public interface SearchSort extends Expandable<SearchSort>
Represents some method for sorting search results, and the order in which to search them. Implementations should be immutable.