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.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 |
---|---|
void |
TransferSummaryReport.logSummaryUpdateStatus(TransferProgress.Status status)
update the status of the transfer
|
void |
TransferSummaryReportImpl.logSummaryUpdateStatus(TransferProgress.Status status) |
void |
LoggingTransferProgressMonitorImpl.updateStatus(String transferId,
TransferProgress.Status status) |
void |
AbstractTransferProgressMonitor.updateStatus(String transferId,
TransferProgress.Status status) |
void |
TransferProgressMonitor.updateStatus(String transferId,
TransferProgress.Status status)
update the startus of the transfer
|
void |
RepoTransferProgressMonitorImpl.updateStatusInternal(String transferId,
TransferProgress.Status status) |
protected abstract void |
AbstractTransferProgressMonitor.updateStatusInternal(String transferId,
TransferProgress.Status status) |
Modifier and Type | Method and Description |
---|---|
void |
TransferListener.statusChanged(String transferId,
TransferProgress.Status status)
Called when an inbound transfer changes state.
|
void |
HookableTransferMonitorImpl.updateStatus(String transferId,
TransferProgress.Status status) |
protected void |
FileTransferProgressMonitor.updateStatusInternal(String transferId,
TransferProgress.Status status) |
Modifier and Type | Method and Description |
---|---|
TransferProgress.Status |
TransferProgress.getStatus() |
static TransferProgress.Status |
TransferProgress.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferProgress.Status[] |
TransferProgress.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<TransferProgress.Status> |
TransferProgress.getTerminalStatuses() |
Modifier and Type | Method and Description |
---|---|
void |
TransferProgress.setStatus(TransferProgress.Status status) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.