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: