Interface NodeFilter

    • Method Detail

      • accept

        boolean accept​(NodeRef thisNode)
        Examines the supplied node and indicates whether it has been accepted by the filter.
        Parameters:
        thisNode - NodeRef
        Returns:
        true if the supplied node matches the criteria specified on this filter, and false otherwise.