Class PropertyExistenceImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.query.qom.ConstraintImpl
-
- org.apache.jackrabbit.oak.jcr.query.qom.PropertyExistenceImpl
-
- All Implemented Interfaces:
Constraint
,PropertyExistence
public class PropertyExistenceImpl extends ConstraintImpl implements PropertyExistence
The implementation of the corresponding JCR interface.
-
-
Constructor Summary
Constructors Constructor Description PropertyExistenceImpl(String selectorName, String propertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bindVariables(QueryObjectModelImpl qom)
String
getPropertyName()
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
-
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyName
in interfacePropertyExistence
-
getSelectorName
public String getSelectorName()
- Specified by:
getSelectorName
in interfacePropertyExistence
-
bindVariables
public void bindVariables(QueryObjectModelImpl qom)
- Specified by:
bindVariables
in classConstraintImpl
-
-