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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNodeFinder
A utility base class that simplifies the creation of new node finders.
|
class |
ChildAssociatedNodeFinder |
class |
CompositeNodeFinder
A
NodeFinder that sums the results of multiple NodeFinder s. |
class |
PeerAssociatedNodeFinder
This class can be used to find nodes that are associated with peer associations
(as opposed to child associations).
|
class |
PrimaryParentNodeFinder |
Modifier and Type | Method and Description |
---|---|
void |
StandardNodeCrawlerImpl.setNodeFinders(NodeFinder... finders) |
Constructor and Description |
---|
CompositeNodeFinder(NodeFinder... finders) |
Constructor and Description |
---|
CompositeNodeFinder(Collection<NodeFinder> finders) |
Modifier and Type | Method and Description |
---|---|
void |
NodeCrawler.setNodeFinders(NodeFinder... finders) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.