public interface NodeCrawler
During the crawl method the node finders find nodes related to the staring nodes and then the filters can exclude unwanted nodes. For example you could use the finders to walk down a tree of nodes and exclude nodes of a certain type.
StandardNodeCrawlerImpl
Modifier and Type | Method and Description |
---|---|
java.util.Set |
crawl(org.alfresco.service.cmr.repository.NodeRef[] nodes) |
java.util.Set |
crawl(java.util.Set startingNodes) |
void |
setNodeFilters(NodeFilter[] filters) |
void |
setNodeFinders(NodeFinder[] finders) |
java.util.Set crawl(org.alfresco.service.cmr.repository.NodeRef[] nodes)
java.util.Set crawl(java.util.Set startingNodes)
void setNodeFinders(NodeFinder[] finders)
void setNodeFilters(NodeFilter[] filters)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.