Interface ArchivedNodesFilter
-
- All Known Implementing Classes:
NodeTypeFilter
public interface ArchivedNodesFilter
This interface defines a filter for ArchivedNodes.- Since:
- 3.5
- Author:
- Neil Mc Erlean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(NodeRef nodeRef)
This method checks whether or not the specifiedNodeRef
should be included, as defined by the concrete filter implementation.
-