Package org.forgerock.util.query
Provides a mechanism for implementing query filters.
- 
Interface Summary Interface Description QueryFilterVisitor<R,P,F> A visitor ofQueryFilters, in the style of the visitor design pattern.
- 
Class Summary Class Description BaseQueryFilterVisitor<R,P,F> A base implementation ofQueryFilterVisitorwhere all methods throw anUnsupportedOperationExceptionby default - override just the methods you need.JsonValueFilterVisitor AQueryFilterVisitorthat returns true if the provideJsonValuemeets the criteria of the QueryFilter assertions and false if it does not.MapFilterVisitor<F> AQueryFilterVisitorthat produces a Map representation of the filter tree.QueryFilter<F> A filter which can be used to select resources, which is compatible with the CREST query filters.QueryFilterOperators QueryFilter constants.QueryFilterParser<F> A query string has the following string representation: