Class ChildNodeImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.query.qom.ConstraintImpl
-
- org.apache.jackrabbit.oak.jcr.query.qom.ChildNodeImpl
-
- All Implemented Interfaces:
ChildNode,Constraint
public class ChildNodeImpl extends ConstraintImpl implements ChildNode
The implementation of the corresponding JCR interface.
-
-
Constructor Summary
Constructors Constructor Description ChildNodeImpl(String selectorName, String parentPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbindVariables(QueryObjectModelImpl qom)StringgetParentPath()StringgetSelectorName()protected Stringprotect(Object expression)protected StringquoteColumnName(String name)protected StringquoteNodeTypeName(String name)protected StringquotePath(String path)protected StringquotePropertyName(String name)protected StringquoteSelectorName(String name)StringtoString()
-
-
-
Method Detail
-
getSelectorName
public String getSelectorName()
- Specified by:
getSelectorNamein interfaceChildNode
-
getParentPath
public String getParentPath()
- Specified by:
getParentPathin interfaceChildNode
-
bindVariables
public void bindVariables(QueryObjectModelImpl qom)
- Specified by:
bindVariablesin classConstraintImpl
-
-