Uses of Enum Class
org.alfresco.service.cmr.download.DownloadStatus.Status
Packages that use DownloadStatus.Status
Package
Description
Defines the contracts for creating archive files containing specified content from the repository.
-
Uses of DownloadStatus.Status in org.alfresco.service.cmr.download
Methods in org.alfresco.service.cmr.download that return DownloadStatus.StatusModifier and TypeMethodDescriptionDownloadStatus.getStatus()static DownloadStatus.StatusReturns the enum constant of this class with the specified name.static DownloadStatus.Status[]DownloadStatus.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.alfresco.service.cmr.download with parameters of type DownloadStatus.StatusModifierConstructorDescriptionDownloadStatus(DownloadStatus.Status status, long done, long total, long filesAdded, long totalFiles) Default constructor