Interface NodeFilter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean accept​(org.alfresco.service.cmr.repository.NodeRef thisNode)
      Examines the supplied node and indicates whether it has been accepted by the filter.
    • Method Detail

      • accept

        boolean accept​(org.alfresco.service.cmr.repository.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.