Uses of Class
org.alfresco.repo.download.DownloadStorage
-
Packages that use DownloadStorage Package Description org.alfresco.repo.dictionary org.alfresco.repo.download -
-
Uses of DownloadStorage in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary with parameters of type DownloadStorage Modifier and Type Method Description voidCustomModelServiceImpl. setDownloadStorage(DownloadStorage downloadStorage) -
Uses of DownloadStorage in org.alfresco.repo.download
Methods in org.alfresco.repo.download with parameters of type DownloadStorage Modifier and Type Method Description voidCreateDownloadArchiveAction. setDownloadStorage(DownloadStorage downloadStorage)voidDownloadServiceImpl. setDownloadStorage(DownloadStorage downloadStorage)voidDownloadStatusUpdateServiceImpl. setStorage(DownloadStorage storage)Constructors in org.alfresco.repo.download with parameters of type DownloadStorage 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
-