Uses of Interface
org.alfresco.service.cmr.transfer.TransferVersion
-
Packages that use TransferVersion 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.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 TransferVersion in org.alfresco.repo.transfer
Classes in org.alfresco.repo.transfer that implement TransferVersion Modifier and Type Class Description classTransferVersionImplMethods in org.alfresco.repo.transfer that return TransferVersion Modifier and Type Method Description TransferVersionTransfer. getToVersion()TransferVersionRepoTransferReceiverImpl. getVersion()Methods in org.alfresco.repo.transfer with parameters of type TransferVersion Modifier and Type Method Description TransferHttpClientTransmitterImpl. begin(TransferTarget target, java.lang.String fromRepositoryId, TransferVersion fromVersion)TransferTransferTransmitter. begin(TransferTarget target, java.lang.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)java.lang.StringRepoTransferReceiverImpl. start(java.lang.String fromRepositoryId, boolean transferToSelf, TransferVersion fromVersion) -
Uses of TransferVersion in org.alfresco.repo.transfer.manifest
Methods in org.alfresco.repo.transfer.manifest that return TransferVersion Modifier and Type Method Description TransferVersionTransferManifestHeader. getTransferVersion()Methods in org.alfresco.repo.transfer.manifest with parameters of type TransferVersion Modifier and Type Method Description voidTransferManifestHeader. setTransferVersion(TransferVersion version) -
Uses of TransferVersion in org.alfresco.service.cmr.transfer
Methods in org.alfresco.service.cmr.transfer that return TransferVersion Modifier and Type Method Description TransferVersionTransferReceiver. getVersion()Get the version that we are transfering to.Methods in org.alfresco.service.cmr.transfer with parameters of type TransferVersion Modifier and Type Method Description java.lang.StringTransferReceiver. start(java.lang.String fromRepositoryId, boolean allowTransferToSelf, TransferVersion fromVersion)Asks the receiver to setup a new transfer.
-