Uses of Interface
org.alfresco.service.cmr.transfer.TransferVersion
Packages that use TransferVersion
Package
Description
Provides the implementation of the transfer service which can be used to
transfer nodes from one repository to another.
Provides the implementation of the transfer manifest which is used by the transfer service.
Provides the public interface for the transfer service which can be used to
transfer nodes from one repository to another.
-
Uses of TransferVersion in org.alfresco.repo.transfer
Classes in org.alfresco.repo.transfer that implement TransferVersionMethods in org.alfresco.repo.transfer that return TransferVersionMethods in org.alfresco.repo.transfer with parameters of type TransferVersionModifier and TypeMethodDescriptionHttpClientTransmitterImpl.begin(TransferTarget target, String fromRepositoryId, TransferVersion fromVersion) TransferTransmitter.begin(TransferTarget target, String fromRepositoryId, TransferVersion fromVersion) Begin a transfer, the transfer object returned will be used by subsequent calls to the transfer service.booleanTransferVersionChecker.checkTransferVersions(TransferVersion from, TransferVersion to) Checks whether transfer is compatible between the two versionsbooleanTransferVersionCheckerImpl.checkTransferVersions(TransferVersion from, TransferVersion to) booleanTransferVersionCheckerNoOp.checkTransferVersions(TransferVersion from, TransferVersion to) voidTransfer.setToVersion(TransferVersion toVersion) RepoTransferReceiverImpl.start(String fromRepositoryId, boolean transferToSelf, TransferVersion fromVersion) -
Uses of TransferVersion in org.alfresco.repo.transfer.manifest
Methods in org.alfresco.repo.transfer.manifest that return TransferVersionMethods in org.alfresco.repo.transfer.manifest with parameters of type TransferVersionModifier and TypeMethodDescriptionvoidTransferManifestHeader.setTransferVersion(TransferVersion version) -
Uses of TransferVersion in org.alfresco.service.cmr.transfer
Methods in org.alfresco.service.cmr.transfer that return TransferVersionModifier and TypeMethodDescriptionTransferReceiver.getVersion()Get the version that we are transfering to.Methods in org.alfresco.service.cmr.transfer with parameters of type TransferVersionModifier and TypeMethodDescriptionTransferReceiver.start(String fromRepositoryId, boolean allowTransferToSelf, TransferVersion fromVersion) Asks the receiver to setup a new transfer.