public abstract class AbstractNodePredicate extends Object implements org.apache.commons.collections.Predicate
Constructor and Description |
---|
AbstractNodePredicate() |
public boolean evaluate(Object o)
evaluate
in interface org.apache.commons.collections.Predicate
true
if o is a JCR Node or a Resource that can be
adapted to a JCR Node and the subsequent call to evaluate(Node)
returns true
; false
otherwise.public abstract boolean evaluate(Node node) throws RepositoryException
evaluate
in interface org.apache.commons.collections.Predicate
node
- the nodetrue
if this node satisfies this predicateRepositoryException
- if an error during evaluation occurs"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"