Uses of Interface
org.alfresco.repo.download.DownloadStatusUpdateService
-
Packages that use DownloadStatusUpdateService Package Description org.alfresco.repo.download -
-
Uses of DownloadStatusUpdateService in org.alfresco.repo.download
Classes in org.alfresco.repo.download that implement DownloadStatusUpdateService Modifier and Type Class Description classDownloadStatusUpdateServiceImplImplementation class responsible for update the status of a download node.Methods in org.alfresco.repo.download with parameters of type DownloadStatusUpdateService Modifier and Type Method Description voidCreateDownloadArchiveAction. setUpdateService(DownloadStatusUpdateService updateService)Constructors in org.alfresco.repo.download with parameters of type DownloadStatusUpdateService Constructor Description ZipDownloadExporter(java.io.File zipFile, CheckOutCheckInService checkOutCheckInService, org.alfresco.service.cmr.repository.NodeService nodeService, RetryingTransactionHelper transactionHelper, DownloadStatusUpdateService updateService, DownloadStorage downloadStorage, org.alfresco.service.cmr.repository.NodeRef downloadNodeRef, long total, long totalFileCount)Construct
-