Interface PredicateFinalStep
-
- All Known Subinterfaces:
BooleanPredicateClausesStep<S>,ExistsPredicateOptionsStep<S>,GenericBooleanPredicateClausesStep<S,C>,GenericSimpleBooleanPredicateClausesStep<S,C>,MatchAllPredicateOptionsStep<S>,MatchIdPredicateMatchingMoreStep<S,N>,MatchIdPredicateOptionsStep<S>,MatchNonePredicateFinalStep,MatchPredicateOptionsStep<S>,NamedPredicateOptionsStep,NestedPredicateClausesStep<S>,NestedPredicateOptionsStep<S>,NotPredicateFinalStep,PhrasePredicateOptionsStep<S>,RangePredicateOptionsStep<S>,RegexpPredicateOptionsStep<S>,SimpleBooleanPredicateClausesStep<S>,SimpleBooleanPredicateOptionsStep<S>,SimpleQueryStringPredicateOptionsStep<S>,SpatialWithinPredicateOptionsStep<S>,TermsPredicateOptionsStep<S>,WildcardPredicateOptionsStep<S>
- All Known Implementing Classes:
AbstractPredicateFinalStep,AbstractSimpleBooleanPredicateClausesStep,BooleanPredicateClausesStepImpl,ExistsPredicateFieldStepImpl,MatchAllPredicateOptionsStepImpl,MatchIdPredicateMatchingStepImpl,MatchNonePredicateFinalStepImpl,NamedPredicateOptionsStepImpl,NestedPredicateClausesStepImpl,NestedPredicateFieldStepImpl,NotPredicateFinalStepImpl,SimpleBooleanPredicateClausesStepImpl,StaticPredicateFinalStep
public interface PredicateFinalStepThe final step in a predicate definition, where the predicate can be retrieved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchPredicatetoPredicate()Create aSearchPredicateinstance matching the definition given in the previous DSL steps.
-
-
-
Method Detail
-
toPredicate
SearchPredicate toPredicate()
Create aSearchPredicateinstance matching the definition given in the previous DSL steps.- Returns:
- The
SearchPredicateresulting from the previous DSL steps.
-
-