Interface AuthorNodesFilter


@API(type=EXTENDABLE, src=PUBLIC) public interface AuthorNodesFilter
Provides information about the Author nodes that should be filtered.
Since:
12.1
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if an Author Node should be filtered.
  • Method Details

    • shouldFilterNode

      boolean shouldFilterNode(AuthorNode authorNode)
      Checks if an Author Node should be filtered.
      Parameters:
      authorNode - The Author node.
      Returns:
      True if the author node should be filtered.