Class QueryFilter

java.lang.Object
org.nuxeo.ecm.core.query.QueryFilter
All Implemented Interfaces:
QueryFilter<SQLQuery.Transformer>

public class QueryFilter extends Object implements QueryFilter<SQLQuery.Transformer>
Filtering parameters that can be passed when executing a query.

This includes filtering on the BROWSE permission for the given principal, filtering on facets, and applying query transformers.

You can also include a limit and offset, to get a subset of the total.

Author:
Florent Guillaume