@Version(value="1.5") @Export(optional="provide:=true")
See: Description
Interface | Description |
---|---|
EvaluationContext |
EvaluationContext is a helper class that provides access to
various elements required for PredicateEvaluators
during the query evaluation process. |
PredicateEvaluator |
A
PredicateEvaluator handles the evaluation of certain
Predicates , which are the defining constraints of a
Query . |
Class | Description |
---|---|
AbstractPredicateEvaluator |
AbstractPredicateEvaluator is a base implementation for
predicate evaluators. |
CollectionPredicateEvaluator |
Finds items that are member of a specific
sling resource collection.
|
DateRangePredicateEvaluator |
Matches JCR DATE properties against a date/time interval.
|
FulltextPredicateEvaluator |
Searches for terms in the fulltext index.
|
JcrBoolPropertyPredicateEvaluator |
Matches on JCR BOOLEAN properties.
|
JcrPropertyPredicateEvaluator |
Matches on JCR properties and their values.
|
NodenamePredicateEvaluator |
Matches on JCR node names.
|
PathPredicateEvaluator |
Searches within a given path.
|
PermissionPredicateEvaluator |
Restricts the result to items where the current session has the specified
JCR privileges.
|
PredicateGroupEvaluator |
Allows to build nested conditions.
|
RangePropertyPredicateEvaluator |
Matches a JCR property against an interval.
|
RelativeDateRangePredicateEvaluator |
Matches JCR DATE properties against a date/time interval using time offsets
relative to the current server time.
|
SavedQueryPredicate |
Includes all predicates of a persisted querybuilder query into the current query
as a sub
PredicateGroupEvaluator . |
SimilarityPredicateEvaluator |
Similarity search using JCR XPath's
rep:similar() . |
TypePredicateEvaluator |
Restricts results to a specific JCR node type, both primary node type or mixin type.
|
XPath |
Utility class for XPath related methods and constants.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved