See: Description
Interface | Description |
---|---|
QueryFilterVisitor<R,P,F> |
A visitor of
QueryFilter s, in the style of the visitor design
pattern. |
Class | Description |
---|---|
BaseQueryFilterVisitor<R,P,F> |
A base implementation of
QueryFilterVisitor where
all methods throw an UnsupportedOperationException by default -
override just the methods you need. |
JsonValueFilterVisitor |
A
QueryFilterVisitor that returns true if the provide JsonValue meets the criteria of
the QueryFilter assertions and false if it does not. |
MapFilterVisitor<F> |
A
QueryFilterVisitor that 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:
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.