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 voidbindVariables(QueryObjectModelImpl qom)ConstraintImplgetConstraint()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()
-
-
-
Constructor Detail
-
NotImpl
public NotImpl(ConstraintImpl constraint)
-
-
Method Detail
-
getConstraint
public ConstraintImpl getConstraint()
- Specified by:
getConstraintin interfaceNot
-
bindVariables
public void bindVariables(QueryObjectModelImpl qom)
- Specified by:
bindVariablesin classConstraintImpl
-
-