Package | Description |
---|---|
org.alfresco.repo.publishing | |
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.
|
Modifier and Type | Class and Description |
---|---|
static class |
StandardNodeSnapshotSerializer.NodeSnapshotDeserializer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractManifestProcessorBase
This abstract class handles the progress monitoring functionality as well as providing
some utility methods for sub-classes.
|
class |
RepoPrimaryManifestProcessorImpl |
class |
RepoRequisiteManifestProcessorImpl |
class |
RepoSecondaryManifestProcessorImpl |
class |
RepoTertiaryManifestProcessorImpl |
Modifier and Type | Method and Description |
---|---|
TransferManifestProcessor |
DefaultManifestProcessorFactoryImpl.getRequsiteProcessor(TransferReceiver receiver,
String transferId,
TransferRequsiteWriter out) |
TransferManifestProcessor |
ManifestProcessorFactory.getRequsiteProcessor(TransferReceiver receiver,
String transferId,
TransferRequsiteWriter out)
The requisite processor
|
Modifier and Type | Method and Description |
---|---|
List<TransferManifestProcessor> |
DefaultManifestProcessorFactoryImpl.getCommitProcessors(TransferReceiver receiver,
String transferId) |
List<TransferManifestProcessor> |
ManifestProcessorFactory.getCommitProcessors(TransferReceiver receiver,
String transferId)
The commit processors
|
Modifier and Type | Class and Description |
---|---|
class |
FileTransferReceiverRequisiteManifestProcessor |
class |
ManifestProcessorImpl |
Modifier and Type | Method and Description |
---|---|
TransferManifestProcessor |
FileTransferManifestProcessorFactory.getRequsiteProcessor(TransferReceiver receiver,
String transferId,
TransferRequsiteWriter out)
The requisite processor
|
Modifier and Type | Method and Description |
---|---|
List<TransferManifestProcessor> |
FileTransferManifestProcessorFactory.getCommitProcessors(TransferReceiver receiver,
String transferId)
The commit processors
|
Constructor and Description |
---|
XMLTransferManifestReader(TransferManifestProcessor snapshotProcessor) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.