Class AssertionNode

  • All Implemented Interfaces:
    Cloneable, ExprNode

    public abstract class AssertionNode
    extends AbstractExprNode
    Node used for the application of arbitrary predicates on return candidates. Applies dynamic and programatic criteria for the selection of candidates for return. Nodes of this type may be introduced into the filter expression to provided the opportunity to constrain the search further without altering the search algorithm.
    Author:
    Apache Directory Project