| Interface | Description |
|---|---|
| QueryFilterVisitor<R,P,F> |
A visitor of
QueryFilters, 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. |
| 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:
Expr = OrExpr
OrExpr = AndExpr ( 'or' AndExpr ) *
AndExpr = NotExpr ( 'and' NotExpr ) *
NotExpr = '!'
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.