Uses of Interface
org.alfresco.service.cmr.transfer.NodeCrawler
-
Packages that use NodeCrawler Package Description org.alfresco.repo.transfer Provides the implementation of the transfer service which can be used to transfer nodes from one repository to another.org.alfresco.service.cmr.transfer Provides the public interface for the transfer service which can be used to transfer nodes from one repository to another. -
-
Uses of NodeCrawler in org.alfresco.repo.transfer
Classes in org.alfresco.repo.transfer that implement NodeCrawler Modifier and Type Class Description classStandardNodeCrawlerImplThis class can be used to build a set of node references from a given starting point.Methods in org.alfresco.repo.transfer that return NodeCrawler Modifier and Type Method Description NodeCrawlerStandardNodeCrawlerFactoryImpl. getNodeCrawler() -
Uses of NodeCrawler in org.alfresco.service.cmr.transfer
Methods in org.alfresco.service.cmr.transfer that return NodeCrawler Modifier and Type Method Description NodeCrawlerNodeCrawlerFactory. getNodeCrawler()Get a node crawler from the node crawler factory.
-