Uses of Interface
org.alfresco.repo.transfer.manifest.TransferManifestNodeFactory
-
Packages that use TransferManifestNodeFactory 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.repo.transfer.manifest Provides the implementation of the transfer manifest which is used by the transfer service. -
-
Uses of TransferManifestNodeFactory in org.alfresco.repo.transfer
Methods in org.alfresco.repo.transfer with parameters of type TransferManifestNodeFactory Modifier and Type Method Description voidTransferServiceImpl2. setTransferManifestNodeFactory(TransferManifestNodeFactory transferManifestNodeFactory) -
Uses of TransferManifestNodeFactory in org.alfresco.repo.transfer.manifest
Classes in org.alfresco.repo.transfer.manifest that implement TransferManifestNodeFactory Modifier and Type Class Description classTransferManifestNodeFactoryImplFactory to build TransferManifestNodes given their repository NodeRef.
-