| 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.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 | Method and Description |
|---|---|
TransferProgress |
AbstractTransferProgressMonitor.getProgress(String transferId) |
TransferProgress |
LoggingTransferProgressMonitorImpl.getProgress(String transferId) |
TransferProgress |
TransferProgressMonitor.getProgress(String transferId)
Read the progress of the
|
protected abstract TransferProgress |
AbstractTransferProgressMonitor.getProgressInternal(String transferId) |
TransferProgress |
RepoTransferProgressMonitorImpl.getProgressInternal(String transferId) |
TransferProgress |
RepoTransferReceiverImpl.getStatus(String transferId) |
TransferProgress |
HttpClientTransmitterImpl.getStatus(Transfer transfer) |
TransferProgress |
TransferTransmitter.getStatus(Transfer transfer)
Get the status of an in process transfer
|
| Modifier and Type | Method and Description |
|---|---|
TransferProgress |
TransferReceiver.getStatus(String transferId) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.