Uses of Class
org.apache.jackrabbit.oak.jcr.query.qom.ConstraintImpl
-
Packages that use ConstraintImpl Package Description org.apache.jackrabbit.oak.jcr.query.qom -
-
Uses of ConstraintImpl in org.apache.jackrabbit.oak.jcr.query.qom
Subclasses of ConstraintImpl in org.apache.jackrabbit.oak.jcr.query.qom Modifier and Type Class Description classAndImplThe implementation of the corresponding JCR interface.classChildNodeImplThe implementation of the corresponding JCR interface.classComparisonImplThe implementation of the corresponding JCR interface.classDescendantNodeImplThe implementation of the corresponding JCR interface.classFullTextSearchImplThe implementation of the corresponding JCR interface.classNotImplThe implementation of the corresponding JCR interface.classOrImplThe implementation of the corresponding JCR interface.classPropertyExistenceImplThe implementation of the corresponding JCR interface.classSameNodeImplThe implementation of the corresponding JCR interface.Methods in org.apache.jackrabbit.oak.jcr.query.qom that return ConstraintImpl Modifier and Type Method Description ConstraintImplNotImpl. getConstraint()ConstraintImplAndImpl. getConstraint1()ConstraintImplOrImpl. getConstraint1()ConstraintImplAndImpl. getConstraint2()ConstraintImplOrImpl. getConstraint2()Constructors in org.apache.jackrabbit.oak.jcr.query.qom with parameters of type ConstraintImpl Constructor Description AndImpl(ConstraintImpl constraint1, ConstraintImpl constraint2)NotImpl(ConstraintImpl constraint)OrImpl(ConstraintImpl constraint1, ConstraintImpl constraint2)
-