Interface AuthorNodesFilter


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

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