Uses of Class
org.apache.jackrabbit.spi.commons.query.qom.SourceImpl
-
Packages that use SourceImpl Package Description org.apache.jackrabbit.spi.commons.query.qom -
-
Uses of SourceImpl in org.apache.jackrabbit.spi.commons.query.qom
Subclasses of SourceImpl in org.apache.jackrabbit.spi.commons.query.qom Modifier and Type Class Description class
JoinImpl
JoinImpl
...class
SelectorImpl
SelectorImpl
...Methods in org.apache.jackrabbit.spi.commons.query.qom that return SourceImpl Modifier and Type Method Description SourceImpl
QueryObjectModelTree. getSource()
Gets the node-tuple source for this query.Constructors in org.apache.jackrabbit.spi.commons.query.qom with parameters of type SourceImpl Constructor Description QueryObjectModelTree(NamePathResolver resolver, SourceImpl source, ConstraintImpl constraint, OrderingImpl[] orderings, ColumnImpl[] columns)
-