PageFilterContext
class PageFilterContext(filter: PageFilter, name: String, page: Int, perPage: Int, from: Int, size: Int) : PreparedFilter<PageFilterResult>
Content copied to clipboard
Filter that is ready for applying to a search query.
Constructors
PageFilterContext
Link copied to clipboard
fun PageFilterContext(filter: PageFilter, name: String, page: Int, perPage: Int, from: Int, size: Int)
Content copied to clipboard
Functions
processResult
Link copied to clipboard
open override fun processResult(searchQueryResult: <ERROR CLASS><out <ERROR CLASS>>): PageFilterResult
Content copied to clipboard