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.fsr | |
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 |
HttpClientTransmitterImpl.begin(TransferTarget target,
String fromRepositoryId,
TransferVersion fromVersion) |
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.
|
boolean |
TransferVersionChecker.checkTransferVersions(TransferVersion from,
TransferVersion to)
Checks whether transfer is compatible between the two versions
|
boolean |
TransferVersionCheckerImpl.checkTransferVersions(TransferVersion from,
TransferVersion to) |
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 |
FileTransferReceiver.getVersion() |
Modifier and Type | Method and Description |
---|---|
void |
FileTransferHookDummy.notify(String fromRepositoryId,
TransferVersion fromVersion,
String transferId,
FileTransferHookInterface.Status status) |
void |
FileTransferHookInterface.notify(String fromRepositoryId,
TransferVersion fromVersion,
String transferId,
FileTransferHookInterface.Status status) |
String |
FileTransferReceiver.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–2017 Alfresco Software. All rights reserved.