public class CompositeNodeFinder extends AbstractNodeFinder
NodeFinder that sums the results of multiple NodeFinders.serviceRegistry| Constructor and Description |
|---|
CompositeNodeFinder(java.util.Collection finders) |
CompositeNodeFinder(NodeFinder[] finders) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set |
findFrom(org.alfresco.service.cmr.repository.NodeRef thisNode) |
void |
init() |
setServiceRegistrypublic CompositeNodeFinder(NodeFinder[] finders)
public CompositeNodeFinder(java.util.Collection finders)
public void init()
init in class AbstractNodeFinderpublic java.util.Set findFrom(org.alfresco.service.cmr.repository.NodeRef thisNode)
thisNode - The node to use as the base from which to find other nodes.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.