Package org.alfresco.repo.transfer
Class CompositeNodeFilter
java.lang.Object
org.alfresco.repo.transfer.AbstractNodeFilter
org.alfresco.repo.transfer.CompositeNodeFilter
- All Implemented Interfaces:
NodeFilter
- Since:
- 4.0
- Author:
- Nick Smith
-
Field Summary
Fields inherited from class org.alfresco.repo.transfer.AbstractNodeFilter
serviceRegistry -
Constructor Summary
ConstructorsConstructorDescriptionCompositeNodeFilter(Collection<NodeFilter> filters) CompositeNodeFilter(NodeFilter... filters) -
Method Summary
Methods inherited from class org.alfresco.repo.transfer.AbstractNodeFilter
setServiceRegistry
-
Constructor Details
-
CompositeNodeFilter
-
CompositeNodeFilter
-
-
Method Details
-
init
public void init()- Overrides:
initin classAbstractNodeFilter
-
accept
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.
-