Package org.alfresco.service.cmr.transfer
package 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.
TransferService provides the methods to transfer nodes from one instance of Alfresco to another. The TransferTarget contains details of where to transfer to. The TransferDefinition contains details of what to transfer.
TransferEvents are produced by an ongoing transfer. They can be use to monitor an in-flight transfer or build a user interface.
The NodeCrawler provides the ability to find a set of nodes to give to the transfer service.
- Since:
- 3.3
- See Also:
-
ClassDescriptionThe NodeCrawler finds nodes related to an initial group of nodes for the transfer service.A Ranged Transfer event is a detail record for a State that has many smaller steps.The transfer callback is called during a transfer, it allows the real-time feedback of an in progress transfer.Transfer service exception class for when the transfer was halted through a cancelDefinition of what to transfer.TransferEvents are produced by the Transfer service during an in flight transfer.TransferEvents are produced by the Transfer service during an in flight transfer.The transfer events will Start with a START event and finish with either SUCCESS or ERRORTransferEventBegin is produced when a transfer has started.The cancelled event indicates a transfer was abortedTransferEventCommittingStatus are produced when a transfer is being committed.An end state is produces when a transfer ends a state.An enter state is produced when a transfer enters a new state.Indicates the reason why a transfer failedThis event is that the destination transfer report has been written.Ranged Transfer event for sending content (e.g.Event for sending the properties snapshot.Event for sent content.The success event indicates a successful transferTransfer service exception classTransfer failure exceptionDeprecated.The transfer service is responsible for transferring nodes between one instance of Alfresco and another remote instance.Policies raised by the transfer service.Invoked immediately before processing of a new inbound transfer is started.Invoked immediately after completion of processing of an inbound transfer.Invoked immediately after processing of a new inbound transfer is started.Transfer Target.