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