org.alfresco.service.cmr.transfer
Interface NodeFilter

All Known Implementing Classes:
AbstractNodeFilter, CompositeNodeFilter, ContentClassFilter

public interface NodeFilter


Method Summary
 boolean accept(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 -
Returns:
true if the supplied node matches the criteria specified on this filter, and false otherwise.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.