Package | Description |
---|---|
org.alfresco.repo.exporter | |
org.alfresco.repo.web.scripts.content | |
org.alfresco.service.cmr.view |
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 |
---|---|
protected File |
StreamACP.createACP(ExporterCrawlerParameters params,
String extension,
boolean keepFolderStructure)
Returns an ACP file containing the nodes represented by the given list of NodeRefs.
|
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.