Uses of Interface
fr.becpg.repo.download.DownloadProgressReporter
Packages that use DownloadProgressReporter
Package
Description
-
Uses of DownloadProgressReporter in fr.becpg.repo.download
Classes in fr.becpg.repo.download that implement DownloadProgressReporterModifier and TypeClassDescriptionclassAbstract AbstractDownloadExporter class.classHandler for exporting node content to a ZIP fileMethods in fr.becpg.repo.download with type parameters of type DownloadProgressReporterModifier and TypeMethodDescriptionprotected <T extends org.alfresco.service.cmr.view.Exporter & DownloadProgressReporter>
voidAbstractDownloadArchiveAction.runExport(org.alfresco.service.cmr.repository.NodeRef downloadNodeRef, org.alfresco.service.cmr.view.ExporterCrawlerParameters crawlerParameters, T handler, File tempFile) Run the export and publish the resulting status, whatever the outcome.Methods in fr.becpg.repo.download with parameters of type DownloadProgressReporterModifier and TypeMethodDescriptionprotected voidAbstractDownloadArchiveAction.completeDownload(org.alfresco.service.cmr.repository.NodeRef downloadNodeRef, File tempFile, DownloadProgressReporter reporter) Attach the produced file to the download node and mark it as done.protected voidAbstractDownloadArchiveAction.runExport(org.alfresco.service.cmr.repository.NodeRef downloadNodeRef, Runnable exportTask, DownloadProgressReporter reporter, File tempFile) Run the given export task and publish the resulting status, whatever the outcome. -
Uses of DownloadProgressReporter in fr.becpg.repo.entity.datalist.impl
Classes in fr.becpg.repo.entity.datalist.impl that implement DownloadProgressReporterModifier and TypeClassDescriptionclassExcelDataListDownloadExporter class. -
Uses of DownloadProgressReporter in fr.becpg.repo.report.search.actions
Classes in fr.becpg.repo.report.search.actions that implement DownloadProgressReporterModifier and TypeClassDescriptionclassAbstract AbstractSearchDownloadExporter class.classHandler for exporting node content to Excel fileclassHandler for exporting node content to Excel fileclassHandler for exporting node content to a ZIP file