Class IsHierarchyNodePredicate

    • Constructor Detail

      • IsHierarchyNodePredicate

        public IsHierarchyNodePredicate()
    • Method Detail

      • evaluate

        public boolean evaluate​(javax.jcr.Node node)
                         throws javax.jcr.RepositoryException
        Evaluates this predicate on the given node.
        Specified by:
        evaluate in class AbstractNodePredicate
        Parameters:
        node - the node
        Returns:
        true if node is an nt:hierarchyNode.
        Throws:
        javax.jcr.RepositoryException - if an error during evaluation occurs