Uses of Class
org.alfresco.repo.download.DownloadStorage
Packages that use DownloadStorage
-
Uses of DownloadStorage in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary with parameters of type DownloadStorageModifier and TypeMethodDescriptionvoidCustomModelServiceImpl.setDownloadStorage(DownloadStorage downloadStorage) -
Uses of DownloadStorage in org.alfresco.repo.download
Methods in org.alfresco.repo.download with parameters of type DownloadStorageModifier and TypeMethodDescriptionvoidCreateDownloadArchiveAction.setDownloadStorage(DownloadStorage downloadStorage) voidDownloadServiceImpl.setDownloadStorage(DownloadStorage downloadStorage) voidDownloadStatusUpdateServiceImpl.setStorage(DownloadStorage storage) Constructors in org.alfresco.repo.download with parameters of type DownloadStorageModifierConstructorDescriptionZipDownloadExporter(File zipFile, CheckOutCheckInService checkOutCheckInService, NodeService nodeService, RetryingTransactionHelper transactionHelper, DownloadStatusUpdateService updateService, DownloadStorage downloadStorage, DictionaryService dictionaryService, NodeRef downloadNodeRef, long total, long totalFileCount) Construct