Uses of Class
org.alfresco.service.cmr.view.ExporterCrawlerParameters
Packages that use ExporterCrawlerParameters
-
Uses of ExporterCrawlerParameters in org.alfresco.repo.exporter
Methods in org.alfresco.repo.exporter with parameters of type ExporterCrawlerParametersModifier 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 ExporterCrawlerParameters in org.alfresco.service.cmr.view
Methods in org.alfresco.service.cmr.view with parameters of type ExporterCrawlerParametersModifier 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.