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 String
getNodeTypeName()
String
getSelectorName()
protected String
protect(Object expression)
protected String
quoteColumnName(String name)
protected String
quoteNodeTypeName(String name)
protected String
quotePath(String path)
protected String
quotePropertyName(String name)
protected String
quoteSelectorName(String name)
String
toString()
-
-
-
Method Detail
-
getNodeTypeName
public String getNodeTypeName()
- Specified by:
getNodeTypeName
in interfaceSelector
-
getSelectorName
public String getSelectorName()
- Specified by:
getSelectorName
in interfaceSelector
-
-