Package org.alfresco.repo.exporter
Interface ExporterCrawler
-
public interface ExporterCrawlerResponsible for crawling Repository contents and invoking the exporter with the contents found.- Author:
- David Caruana
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexport(ExporterCrawlerParameters parameters, Exporter exporter)Crawl Repository and export items found
-
-
-
Method Detail
-
export
void export(ExporterCrawlerParameters parameters, Exporter exporter)
Crawl Repository and export items found- Parameters:
parameters- crawler parametersexporter- exporter to export via
-
-