Uses of Interface
org.alfresco.service.cmr.view.Exporter
-
Packages that use Exporter Package Description org.alfresco.repo.download org.alfresco.repo.exporter org.alfresco.service.cmr.view -
-
Uses of Exporter in org.alfresco.repo.download
Classes in org.alfresco.repo.download that implement Exporter Modifier and Type Class Description classAbstractExporterclassZipDownloadExporterHandler for exporting node content to a ZIP file -
Uses of Exporter in org.alfresco.repo.exporter
Methods in org.alfresco.repo.exporter with parameters of type Exporter Modifier and Type Method Description voidExporterCrawler. export(ExporterCrawlerParameters parameters, Exporter exporter)Crawl Repository and export items foundvoidExporterComponent. exportView(java.io.OutputStream viewWriter, ExporterCrawlerParameters parameters, Exporter progress)voidExporterComponent. exportView(Exporter exporter, ExporterCrawlerParameters parameters, Exporter progress)voidExporterComponent. exportView(ExportPackageHandler exportHandler, ExporterCrawlerParameters parameters, Exporter progress) -
Uses of Exporter in org.alfresco.service.cmr.view
Methods in org.alfresco.service.cmr.view with parameters of type Exporter Modifier and Type Method Description voidExporterService. exportView(java.io.OutputStream viewWriter, ExporterCrawlerParameters parameters, Exporter progress)Export a view of the Repository using the default xml view schema.voidExporterService. exportView(Exporter exporter, ExporterCrawlerParameters parameters, Exporter progress)Export a view of the Repository using a custom crawler and exporter.voidExporterService. exportView(ExportPackageHandler exportHandler, ExporterCrawlerParameters parameters, Exporter progress)Export a view of the Repository using the default xml view schema.
-