Uses of Class
org.alfresco.service.cmr.transfer.TransferProgress.Status
-
Packages that use TransferProgress.Status 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. -
-
Uses of TransferProgress.Status in org.alfresco.repo.transfer
Methods in org.alfresco.repo.transfer with parameters of type TransferProgress.Status Modifier and Type Method Description voidTransferSummaryReport. logSummaryUpdateStatus(TransferProgress.Status status)update the status of the transfervoidTransferSummaryReportImpl. logSummaryUpdateStatus(TransferProgress.Status status)voidAbstractTransferProgressMonitor. updateStatus(java.lang.String transferId, TransferProgress.Status status)voidLoggingTransferProgressMonitorImpl. updateStatus(java.lang.String transferId, TransferProgress.Status status)voidTransferProgressMonitor. updateStatus(java.lang.String transferId, TransferProgress.Status status)update the startus of the transferprotected abstract voidAbstractTransferProgressMonitor. updateStatusInternal(java.lang.String transferId, TransferProgress.Status status)voidRepoTransferProgressMonitorImpl. updateStatusInternal(java.lang.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.Status Modifier and Type Method Description TransferProgress.StatusTransferProgress. getStatus()static TransferProgress.StatusTransferProgress.Status. valueOf(java.lang.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.Methods in org.alfresco.service.cmr.transfer that return types with arguments of type TransferProgress.Status Modifier and Type Method Description static java.util.Set<TransferProgress.Status>TransferProgress. getTerminalStatuses()Methods in org.alfresco.service.cmr.transfer with parameters of type TransferProgress.Status Modifier and Type Method Description voidTransferProgress. setStatus(TransferProgress.Status status)
-