Uses of Interface
org.alfresco.service.cmr.transfer.NodeFinder
-
Packages that use NodeFinder 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 NodeFinder in org.alfresco.repo.transfer
Classes in org.alfresco.repo.transfer that implement NodeFinder Modifier and Type Class Description classAbstractNodeFinderA utility base class that simplifies the creation of new node finders.classChildAssociatedNodeFinderclassCompositeNodeFinderANodeFinderthat sums the results of multipleNodeFinders.classPeerAssociatedNodeFinderThis class can be used to find nodes that are associated with peer associations (as opposed to child associations).classPrimaryParentNodeFinderMethods in org.alfresco.repo.transfer with parameters of type NodeFinder Modifier and Type Method Description voidStandardNodeCrawlerImpl. setNodeFinders(NodeFinder... finders)Constructors in org.alfresco.repo.transfer with parameters of type NodeFinder Constructor Description CompositeNodeFinder(NodeFinder... finders)Constructor parameters in org.alfresco.repo.transfer with type arguments of type NodeFinder Constructor Description CompositeNodeFinder(java.util.Collection<NodeFinder> finders) -
Uses of NodeFinder in org.alfresco.service.cmr.transfer
Methods in org.alfresco.service.cmr.transfer with parameters of type NodeFinder Modifier and Type Method Description voidNodeCrawler. setNodeFinders(NodeFinder... finders)
-