org.apache.jackrabbit.spi.commons.query.jsr283.qom
Interface Constraint

All Known Subinterfaces:
And, ChildNode, Comparison, DescendantNode, FullTextSearch, Not, Or, PropertyExistence, SameNode
All Known Implementing Classes:
AndImpl, ChildNodeImpl, ComparisonImpl, ConstraintImpl, DescendantNodeImpl, FullTextSearchImpl, NotImpl, OrImpl, PropertyExistenceImpl, SameNodeImpl

public interface Constraint

Filters the set of node-tuples formed by evaluating the query's selectors and the joins between them.

To be included in the query results, a node-tuple must satisfy the constraint.

Since:
JCR 2.0



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.