Package org.alfresco.repo.exporter
Class RepositoryExporterComponent
java.lang.Object
org.alfresco.repo.exporter.RepositoryExporterComponent
- All Implemented Interfaces:
RepositoryExporterService
Full Repository Export Service
- Author:
- davidc
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.service.cmr.view.RepositoryExporterService
RepositoryExporterService.ExportHandle, RepositoryExporterService.FileExportHandle, RepositoryExporterService.RepositoryExportHandle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExport complete Repository.Export complete Repository.Export complete Repository.voidsetExporterService(ExporterService exporterService) voidsetFileFolderService(FileFolderService fileFolderService) voidsetMimetypeService(MimetypeService mimetypeService) voidsetNodeService(NodeService nodeService) voidsetStores(List<Properties> exportStores) voidsetSystemExporter(SystemExporterImporter systemExporterImporter)
-
Constructor Details
-
RepositoryExporterComponent
public RepositoryExporterComponent()
-
-
Method Details
-
setExporterService
-
setMimetypeService
-
setFileFolderService
-
setSystemExporter
-
setNodeService
-
setStores
-
export
Description copied from interface:RepositoryExporterServiceExport complete Repository. Each store is exported to its own temporary .acp file- Specified by:
exportin interfaceRepositoryExporterService- Parameters:
packageName- package name prefix for export .acp files- Returns:
- list of temporary export files
-
export
public RepositoryExporterService.FileExportHandle[] export(File directoryDestination, String packageName) Description copied from interface:RepositoryExporterServiceExport complete Repository.- Specified by:
exportin interfaceRepositoryExporterService- Parameters:
directoryDestination- location within File System to hold .acp filespackageName- package name prefix for export .acp files- Returns:
- list of export files
-
export
public RepositoryExporterService.RepositoryExportHandle[] export(NodeRef repositoryDestination, String packageName) Description copied from interface:RepositoryExporterServiceExport complete Repository. Each store is exported to a file held in the Repository.- Specified by:
exportin interfaceRepositoryExporterService- Parameters:
repositoryDestination- location within Repository to hold .acp filespackageName- package name prefix for export .acp files- Returns:
- list of repository held export files
-