public interface ArchivedNodesFilter
| Modifier and Type | Method and Description |
|---|---|
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. |
boolean accept(org.alfresco.service.cmr.repository.NodeRef nodeRef)
NodeRef should be included,
as defined by the concrete filter implementation.nodeRef - the NodeRef to be checked for filtering.true if the NodeRef is acceptable, else false.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.