Package ch.tocco.nice2.rest.entity.spi.search
package ch.tocco.nice2.rest.entity.spi.search
-
ClassDescriptionAn instance of this class is returned by the
SearchRequest
class.Represents a search param that contains of a single field.Represents a search param that requests a filter (entity Search_filter).Represents a search param that triggers a fulltext search for an entity type.Represents a search param that contains a condition written in raw persist query language.Base class for search params.SearchParamExtractor<T extends SearchParam>Implementations of this interface are due to extract the search parameters from the map of query params.can be used to build queries from REST requests, use aSearchRequest.Builder
to create the request andRestSearchService
to execute it