Class OrImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.query.qom.ConstraintImpl
-
- org.apache.jackrabbit.oak.jcr.query.qom.OrImpl
-
- All Implemented Interfaces:
Constraint,Or
public class OrImpl extends ConstraintImpl implements Or
The implementation of the corresponding JCR interface.
-
-
Constructor Summary
Constructors Constructor Description OrImpl(ConstraintImpl constraint1, ConstraintImpl constraint2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbindVariables(QueryObjectModelImpl qom)ConstraintImplgetConstraint1()ConstraintImplgetConstraint2()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
-
OrImpl
public OrImpl(ConstraintImpl constraint1, ConstraintImpl constraint2)
-
-
Method Detail
-
getConstraint1
public ConstraintImpl getConstraint1()
- Specified by:
getConstraint1in interfaceOr
-
getConstraint2
public ConstraintImpl getConstraint2()
- Specified by:
getConstraint2in interfaceOr
-
bindVariables
public void bindVariables(QueryObjectModelImpl qom)
- Specified by:
bindVariablesin classConstraintImpl
-
-