Interface | Description |
---|---|
BooleanJunctionPredicateContext |
The context used when defining a boolean junction, allowing in particular to add clauses.
|
MatchAllPredicateContext |
The context used when starting to define a match all predicate.
|
MatchIdPredicateContext |
The context used when defining a match on an identifier.
|
MatchPredicateContext |
The context used when starting to define a match predicate.
|
MatchPredicateFieldSetContext |
The context used when defining a match predicate, after at least one field was mentioned.
|
MinimumShouldMatchConditionContext<N> |
The context used when defining a "minimum should match" constraint,
after a
condition was defined . |
MinimumShouldMatchContext<N> |
The context used when defining "minimum should match" constraints.
|
MinimumShouldMatchNonEmptyContext<N> |
The context used when at least one "minimum should match" constraint was defined,
allowing to
define more constraints
or to end the definition and get back to the parent context. |
MultiFieldPredicateFieldSetContext<S> |
A superinterface for contexts allowing to define multi-field predicates, after at least one field was mentioned.
|
NestedPredicateContext |
The context used when starting to define a nested predicate.
|
NestedPredicateFieldContext |
The context used when defining a "nested" predicate, after the object field was mentioned.
|
RangePredicateContext |
The context used when starting to define a range predicate.
|
RangePredicateFieldSetContext |
The context used when defining a range predicate, after at least one field was mentioned.
|
RangePredicateFromContext |
The context used when defining a range predicate,
after the lower bound was provided but before the upper bound was provided.
|
RangePredicateTerminalContext | |
SearchPredicateFactoryContext |
A context allowing to specify the type of a predicate.
|
SearchPredicateFactoryContextExtension<T> |
An extension to the search query DSL, allowing to add non-standard predicates to a query.
|
SearchPredicateFactoryExtensionContext |
The context used when attempting to apply multiple extensions
to a
SearchPredicateFactoryContext . |
SearchPredicateNoFieldContext<S> |
A superinterface for contexts allowing to define predicates, before any field was mentioned.
|
SearchPredicateTerminalContext |
The terminal context of the predicate DSL.
|
SpatialPredicateContext |
The terminal context of the predicate DSL.
|
SpatialWithinPredicateContext |
The context used when starting to define a spatial predicate.
|
SpatialWithinPredicateFieldSetContext |
The context used when defining a spatial predicate, after at least one field was mentioned.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.