| javax.jcr.query.qom.Or
Or | public interface Or extends Constraint(Code) | | Performs a logical disjunction of two other constraints.
To satisfy the Or constraint, the node-tuple must either:
since: JCR 2.0 |
getConstraint1 | public Constraint getConstraint1()(Code) | | Gets the first constraint.
the constraint; non-null |
getConstraint2 | public Constraint getConstraint2()(Code) | | Gets the second constraint.
the constraint; non-null |
|
|