Uses of Class
org.apache.sling.query.api.SearchStrategy
-
Packages that use SearchStrategy Package Description org.apache.sling.query org.apache.sling.query.api org.apache.sling.query.impl.function org.apache.sling.query.impl.selector -
-
Uses of SearchStrategy in org.apache.sling.query
Methods in org.apache.sling.query with parameters of type SearchStrategy Modifier and Type Method Description protected abstract Q
AbstractQuery. clone(AbstractQuery<T,Q> original, SearchStrategy strategy)
protected SlingQuery
SlingQuery. clone(AbstractQuery<org.apache.sling.api.resource.Resource,SlingQuery> original, SearchStrategy strategy)
Q
AbstractQuery. searchStrategy(SearchStrategy strategy)
Set new search strategy, which will be used inAbstractQuery.find()
andAbstractQuery.has(String)
functions.Constructors in org.apache.sling.query with parameters of type SearchStrategy Constructor Description AbstractQuery(AbstractQuery<T,Q> original, SearchStrategy searchStrategy)
-
Uses of SearchStrategy in org.apache.sling.query.api
Methods in org.apache.sling.query.api that return SearchStrategy Modifier and Type Method Description static SearchStrategy
SearchStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchStrategy[]
SearchStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SearchStrategy in org.apache.sling.query.impl.function
Constructors in org.apache.sling.query.impl.function with parameters of type SearchStrategy Constructor Description FindFunction(SearchStrategy searchStrategy, org.apache.sling.query.api.internal.TreeProvider<T> provider, String preFilteringSelector)
FindFunction(SearchStrategy searchStrategy, org.apache.sling.query.api.internal.TreeProvider<T> provider, SelectorSegment preFilteringSelector)
HasFunction(String selectorString, SearchStrategy searchStrategy, org.apache.sling.query.api.internal.TreeProvider<T> provider)
HasFunction(Predicate<T> predicate, SearchStrategy searchStrategy, org.apache.sling.query.api.internal.TreeProvider<T> provider)
-
Uses of SearchStrategy in org.apache.sling.query.impl.selector
Methods in org.apache.sling.query.impl.selector with parameters of type SearchStrategy Modifier and Type Method Description abstract <T> Function<?,?>
FunctionType. getFunction(String argument, SearchStrategy strategy, org.apache.sling.query.api.internal.TreeProvider<T> provider)
abstract <T> Function<?,?>
HierarchyOperator. getFunction(SelectorSegment segment, SearchStrategy strategy, org.apache.sling.query.api.internal.TreeProvider<T> provider)
Constructors in org.apache.sling.query.impl.selector with parameters of type SearchStrategy Constructor Description SelectorFunction(String selector, org.apache.sling.query.api.internal.TreeProvider<T> provider, SearchStrategy strategy)
-