Interface NodeFilter
-
- All Known Implementing Classes:
AbstractNodeFilter,CompositeNodeFilter,ContentClassFilter
public interface NodeFilter- Author:
- brian Examines the supplied node and indicates whether it has been accepted by the filter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(org.alfresco.service.cmr.repository.NodeRef thisNode)Examines the supplied node and indicates whether it has been accepted by the filter.
-
-
-
Method Detail
-
accept
boolean accept(org.alfresco.service.cmr.repository.NodeRef thisNode)
Examines the supplied node and indicates whether it has been accepted by the filter.- Parameters:
thisNode- NodeRef- Returns:
- true if the supplied node matches the criteria specified on this filter, and false otherwise.
-
-