| Interface | Description |
|---|---|
| Condition |
A
Condition is used to specify how a specific QueryParameter
is defined in order to filter query results. |
| IdentityQuery<T extends IdentityType> |
An
IdentityQuery is responsible for querying the underlying identity stores for instances of
a given IdentityType. |
| IdentityQueryBuilder |
The
IdentityQueryBuilder is responsible for creating IdentityQuery instances and also
provide methods to create conditions, orderings, sorting, etc. |
| QueryParameter |
A marker interface indicating that the implementing class can be used as a
parameter within an IdentityQuery or RelationshipQuery
|
| Class | Description |
|---|---|
| AttributeParameter |
This class can be used to define a query parameter for properties annotated with
AttributeProperty. |
| Sort |
Copyright © 2015 JBoss by Red Hat. All rights reserved.