org.modeshape.jcr.query.process
Interface SelectComponent.ConstraintChecker
- Enclosing class:
- SelectComponent
public static interface SelectComponent.ConstraintChecker
Interface used to determine whether a tuple satisfies all of the constraints applied to the SELECT node.
satisfiesConstraints
boolean satisfiesConstraints(Object[] tuple)
- Return true if the tuple satisfies all of the constraints.
- Parameters:
tuple
- the tuple; never null
- Returns:
- true if the tuple satisifes the constraints, or false otherwise
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.