Interface NodeFilter

All Known Implementing Classes:
AbstractNodeFilter, CompositeNodeFilter, ContentClassFilter

public interface NodeFilter
Author:
brian Examines the supplied node and indicates whether it has been accepted by the filter.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(NodeRef thisNode)
    Examines the supplied node and indicates whether it has been accepted by the filter.
  • Method Details

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