Uses of Enum Class
org.alfresco.service.cmr.transfer.TransferProgress.Status
Packages that use TransferProgress.Status
Package
Description
Provides the implementation of the transfer service which can be used to
transfer nodes from one repository to another.
Provides the public interface for the transfer service which can be used to
transfer nodes from one repository to another.
-
Uses of TransferProgress.Status in org.alfresco.repo.transfer
Methods in org.alfresco.repo.transfer with parameters of type TransferProgress.StatusModifier and TypeMethodDescriptionvoidTransferSummaryReport.logSummaryUpdateStatus(TransferProgress.Status status) update the status of the transfervoidTransferSummaryReportImpl.logSummaryUpdateStatus(TransferProgress.Status status) final voidAbstractTransferProgressMonitor.updateStatus(String transferId, TransferProgress.Status status) voidLoggingTransferProgressMonitorImpl.updateStatus(String transferId, TransferProgress.Status status) voidTransferProgressMonitor.updateStatus(String transferId, TransferProgress.Status status) update the startus of the transferprotected abstract voidAbstractTransferProgressMonitor.updateStatusInternal(String transferId, TransferProgress.Status status) voidRepoTransferProgressMonitorImpl.updateStatusInternal(String transferId, TransferProgress.Status status) -
Uses of TransferProgress.Status in org.alfresco.service.cmr.transfer
Methods in org.alfresco.service.cmr.transfer that return TransferProgress.StatusModifier and TypeMethodDescriptionTransferProgress.getStatus()static TransferProgress.StatusReturns the enum constant of this class with the specified name.static TransferProgress.Status[]TransferProgress.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.service.cmr.transfer that return types with arguments of type TransferProgress.StatusModifier and TypeMethodDescriptionstatic Set<TransferProgress.Status>TransferProgress.getTerminalStatuses()Methods in org.alfresco.service.cmr.transfer with parameters of type TransferProgress.StatusModifier and TypeMethodDescriptionvoidTransferProgress.setStatus(TransferProgress.Status status)