Uses of Class
org.alfresco.service.cmr.download.DownloadStatus.Status
-
Packages that use DownloadStatus.Status Package Description org.alfresco.service.cmr.download 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.Status Modifier and Type Method Description DownloadStatus.StatusDownloadStatus. getStatus()static DownloadStatus.StatusDownloadStatus.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DownloadStatus.Status[]DownloadStatus.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.alfresco.service.cmr.download with parameters of type DownloadStatus.Status Constructor Description DownloadStatus(DownloadStatus.Status status, long done, long total, long filesAdded, long totalFiles)Default constructor
-