|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.transfer.AbstractNodeFinder
org.alfresco.repo.transfer.CompositeNodeFinder
public class CompositeNodeFinder
A NodeFinder
that sums the results of multiple NodeFinder
s.
Field Summary |
---|
Fields inherited from class org.alfresco.repo.transfer.AbstractNodeFinder |
---|
serviceRegistry |
Constructor Summary | |
---|---|
CompositeNodeFinder(java.util.Collection finders)
|
|
CompositeNodeFinder(NodeFinder[] finders)
|
Method Summary | |
---|---|
java.util.Set |
findFrom(org.alfresco.service.cmr.repository.NodeRef thisNode)
|
void |
init()
|
Methods inherited from class org.alfresco.repo.transfer.AbstractNodeFinder |
---|
setServiceRegistry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompositeNodeFinder(NodeFinder[] finders)
public CompositeNodeFinder(java.util.Collection finders)
Method Detail |
---|
public void init()
init
in class AbstractNodeFinder
public 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |