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