Interface ArchivedNodesFilter
-
- All Known Implementing Classes:
NodeTypeFilter
public interface ArchivedNodesFilterThis 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 booleanaccept(org.alfresco.service.cmr.repository.NodeRef nodeRef)This method checks whether or not the specifiedNodeRefshould be included, as defined by the concrete filter implementation.
-
-
-
Method Detail
-
accept
boolean accept(org.alfresco.service.cmr.repository.NodeRef nodeRef)
This method checks whether or not the specifiedNodeRefshould be included, as defined by the concrete filter implementation.- Parameters:
nodeRef- the NodeRef to be checked for filtering.- Returns:
trueif theNodeRefis acceptable, elsefalse.
-
-