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(File zipFile, CheckOutCheckInService checkOutCheckInService, NodeService nodeService, RetryingTransactionHelper transactionHelper, DownloadStatusUpdateService updateService, DownloadStorage downloadStorage, DictionaryService dictionaryService, NodeRef downloadNodeRef, long total, long totalFileCount)Construct
-