|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArchivedNodesFilter
This interface defines a filter for ArchivedNodes.
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 |
---|
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
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |