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 TypeMethodDescriptionboolean
shouldFilterNode
(AuthorNode authorNode) Checks if an Author Node should be filtered.
-
Method Details
-
shouldFilterNode
Checks if an Author Node should be filtered.- Parameters:
authorNode
- The Author node.- Returns:
True
if the author node should be filtered.
-