Class SelectorImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.query.qom.SourceImpl
-
- org.apache.jackrabbit.oak.jcr.query.qom.SelectorImpl
-
public class SelectorImpl extends SourceImpl implements Selector
The implementation of the corresponding JCR interface.
-
-
Constructor Summary
Constructors Constructor Description SelectorImpl(String nodeTypeName, String selectorName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNodeTypeName()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
-
getNodeTypeName
public String getNodeTypeName()
- Specified by:
getNodeTypeNamein interfaceSelector
-
getSelectorName
public String getSelectorName()
- Specified by:
getSelectorNamein interfaceSelector
-
-