Uses of Interface
org.alfresco.repo.transfer.report.TransferReporter
-
Packages that use TransferReporter 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.report Provides the implementation of the client side transfer report which records details of a transfer. -
-
Uses of TransferReporter in org.alfresco.repo.transfer
Methods in org.alfresco.repo.transfer with parameters of type TransferReporter Modifier and Type Method Description voidTransferServiceImpl2. setTransferReporter(TransferReporter transferReporter) -
Uses of TransferReporter in org.alfresco.repo.transfer.report
Classes in org.alfresco.repo.transfer.report that implement TransferReporter Modifier and Type Class Description classTransferReporterImplImplementation of TransferReporter
-