Package | Description |
---|---|
org.alfresco.repo.download | |
org.alfresco.repo.exporter | |
org.alfresco.service.cmr.view |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExporter |
class |
ZipDownloadExporter
Handler for exporting node content to a ZIP file
|
Modifier and Type | Method and Description |
---|---|
void |
ExporterCrawler.export(ExporterCrawlerParameters parameters,
Exporter exporter)
Crawl Repository and export items found
|
void |
ExporterComponent.exportView(Exporter exporter,
ExporterCrawlerParameters parameters,
Exporter progress) |
void |
ExporterComponent.exportView(ExportPackageHandler exportHandler,
ExporterCrawlerParameters parameters,
Exporter progress) |
void |
ExporterComponent.exportView(OutputStream viewWriter,
ExporterCrawlerParameters parameters,
Exporter progress) |
Modifier and Type | Method and Description |
---|---|
void |
ExporterService.exportView(Exporter exporter,
ExporterCrawlerParameters parameters,
Exporter progress)
Export a view of the Repository using a custom crawler and exporter.
|
void |
ExporterService.exportView(ExportPackageHandler exportHandler,
ExporterCrawlerParameters parameters,
Exporter progress)
Export a view of the Repository using the default xml view schema.
|
void |
ExporterService.exportView(OutputStream viewWriter,
ExporterCrawlerParameters parameters,
Exporter progress)
Export a view of the Repository using the default xml view schema.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.