| Package | Description |
|---|---|
| org.apache.sling.query | |
| org.apache.sling.query.api.internal | |
| org.apache.sling.query.function | |
| org.apache.sling.query.selector |
| Modifier and Type | Field and Description |
|---|---|
protected List<Function<?,?>> |
AbstractQuery.functions |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElementToIteratorFunction<T> |
interface |
IteratorToIteratorFunction<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
AddFunction<T> |
class |
ChildrenFunction<T> |
class |
ClosestFunction<T> |
class |
CompositeFunction<T> |
class |
DescendantFunction<T> |
class |
EvenFunction<T> |
class |
FilterFunction<T> |
class |
FindFunction<T> |
class |
HasFunction<T> |
class |
IdentityFunction<T> |
class |
IteratorToIteratorFunctionWrapper<T> |
class |
LastFunction<T> |
class |
NextFunction<T> |
class |
NotFunction<T> |
class |
ParentFunction<T> |
class |
ParentsFunction<T> |
class |
PrevFunction<T> |
class |
SiblingsFunction<T> |
class |
SliceFunction<T> |
class |
UniqueFunction<T> |
| Constructor and Description |
|---|
IteratorToIteratorFunctionWrapper(Function<?,?> function) |
| Constructor and Description |
|---|
CompositeFunction(List<Function<?,?>> functions) |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectorFunction<T> |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> Function<?,?> |
HierarchyOperator.getFunction(SelectorSegment segment,
SearchStrategy strategy,
TreeProvider<T> provider) |
abstract <T> Function<?,?> |
FunctionType.getFunction(String argument,
SearchStrategy strategy,
TreeProvider<T> provider) |
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.