org.alfresco.repo.web.scripts.archive
Interface ArchivedNodesFilter

All Known Implementing Classes:
NodeTypeFilter

public interface ArchivedNodesFilter

This interface defines a filter for ArchivedNodes.

Since:
3.5

Method Summary
 boolean accept(org.alfresco.service.cmr.repository.NodeRef nodeRef)
          This method checks whether or not the specified NodeRef should 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 specified NodeRef should be included, as defined by the concrete filter implementation.

Parameters:
nodeRef - the NodeRef to be checked for filtering.
Returns:
true if the NodeRef is acceptable, else false.


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