| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransferVersionImpl |
| Modifier and Type | Method and Description |
|---|---|
TransferVersion |
Transfer.getToVersion() |
TransferVersion |
RepoTransferReceiverImpl.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
Transfer |
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.
|
Transfer |
HttpClientTransmitterImpl.begin(TransferTarget target,
String fromRepositoryId,
TransferVersion fromVersion) |
boolean |
TransferVersionCheckerImpl.checkTransferVersions(TransferVersion from,
TransferVersion to) |
boolean |
TransferVersionChecker.checkTransferVersions(TransferVersion from,
TransferVersion to)
Checks whether transfer is compatible between the two versions
|
boolean |
TransferVersionCheckerNoOp.checkTransferVersions(TransferVersion from,
TransferVersion to) |
void |
Transfer.setToVersion(TransferVersion toVersion) |
String |
RepoTransferReceiverImpl.start(String fromRepositoryId,
boolean transferToSelf,
TransferVersion fromVersion) |
| Modifier and Type | Method and Description |
|---|---|
TransferVersion |
TransferManifestHeader.getTransferVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransferManifestHeader.setTransferVersion(TransferVersion version) |
| Modifier and Type | Method and Description |
|---|---|
TransferVersion |
TransferReceiver.getVersion()
Get the version that we are transfering to.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TransferReceiver.start(String fromRepositoryId,
boolean allowTransferToSelf,
TransferVersion fromVersion)
Asks the receiver to setup a new transfer.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.