Class SearchParam
java.lang.Object
ch.tocco.nice2.rest.entity.spi.search.SearchParam
- Direct Known Subclasses:
FieldSearchParam
,FilterSearchParam
,FulltextSearchParam
,KeysSearchParam
,PlainQuerySearchParam
Base class for search params.
The search param is responsible for building a Condition that can
be passed on to the QueryBuilder.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SearchParam
public SearchParam()
-
-
Method Details
-
getCondition
-
allowsInsecure
public boolean allowsInsecure() -
getOrderBy
-