Class IsNoSystemNodePredicate

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean evaluate​(javax.jcr.Node node)
      Evaluates this predicate on the given node.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IsNoSystemNodePredicate

        public IsNoSystemNodePredicate()
    • 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 the node's name is not jcr:system or rep:policy
        Throws:
        javax.jcr.RepositoryException - if an error during evaluation occurs