Class CompositeNodeFilter

    • Constructor Detail

      • CompositeNodeFilter

        public CompositeNodeFilter​(NodeFilter... filters)
      • CompositeNodeFilter

        public CompositeNodeFilter​(java.util.Collection<NodeFilter> filters)
    • Method Detail

      • accept

        public 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.