Uses of Class
org.apache.sling.query.impl.selector.parser.SelectorSegment
-
-
Uses of SelectorSegment in org.apache.sling.query.impl.function
Constructors in org.apache.sling.query.impl.function with parameters of type SelectorSegment Constructor Description FindFunction(SearchStrategy searchStrategy, org.apache.sling.query.api.internal.TreeProvider<T> provider, SelectorSegment preFilteringSelector) -
Uses of SelectorSegment in org.apache.sling.query.impl.resource
Method parameters in org.apache.sling.query.impl.resource with type arguments of type SelectorSegment Modifier and Type Method Description Iterator<org.apache.sling.api.resource.Resource>ResourceTreeProvider. query(List<SelectorSegment> segments, org.apache.sling.api.resource.Resource resource) -
Uses of SelectorSegment in org.apache.sling.query.impl.resource.jcr
Constructor parameters in org.apache.sling.query.impl.resource.jcr with type arguments of type SelectorSegment Constructor Description JcrQueryIterator(List<SelectorSegment> segments, org.apache.sling.api.resource.Resource root, JcrTypeResolver typeResolver) -
Uses of SelectorSegment in org.apache.sling.query.impl.resource.jcr.query
Method parameters in org.apache.sling.query.impl.resource.jcr.query with type arguments of type SelectorSegment Modifier and Type Method Description StringJcrQueryBuilder. buildQuery(List<SelectorSegment> segments, String rootPath) -
Uses of SelectorSegment in org.apache.sling.query.impl.selector
Methods in org.apache.sling.query.impl.selector with parameters of type SelectorSegment Modifier and Type Method Description abstract <T> Function<?,?>HierarchyOperator. getFunction(SelectorSegment segment, SearchStrategy strategy, org.apache.sling.query.api.internal.TreeProvider<T> provider) -
Uses of SelectorSegment in org.apache.sling.query.impl.selector.parser
Methods in org.apache.sling.query.impl.selector.parser that return types with arguments of type SelectorSegment Modifier and Type Method Description static List<SelectorSegment>SelectorParser. getFirstSegmentFromEachSelector(List<Selector> selectors)List<SelectorSegment>Selector. getSegments()Constructor parameters in org.apache.sling.query.impl.selector.parser with type arguments of type SelectorSegment Constructor Description Selector(List<SelectorSegment> segments)
-