Uses of Interface
org.alfresco.service.cmr.view.Exporter
Packages that use Exporter
Package
Description
-
Uses of Exporter in org.alfresco.repo.download
Classes in org.alfresco.repo.download that implement ExporterModifier and TypeClassDescriptionclassclassHandler 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 ExporterModifier and TypeMethodDescriptionvoidExporterCrawler.export(ExporterCrawlerParameters parameters, Exporter exporter) Crawl Repository and export items foundvoidExporterComponent.exportView(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 ExporterModifier and TypeMethodDescriptionvoidExporterService.exportView(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.