public class RepositoryExporterComponent extends Object implements RepositoryExporterService
RepositoryExporterService.ExportHandle, RepositoryExporterService.FileExportHandle, RepositoryExporterService.RepositoryExportHandle
Constructor and Description |
---|
RepositoryExporterComponent() |
Modifier and Type | Method and Description |
---|---|
RepositoryExporterService.FileExportHandle[] |
export(File directoryDestination,
String packageName)
Export complete Repository.
|
RepositoryExporterService.RepositoryExportHandle[] |
export(org.alfresco.service.cmr.repository.NodeRef repositoryDestination,
String packageName)
Export complete Repository.
|
RepositoryExporterService.FileExportHandle[] |
export(String packageName)
Export complete Repository.
|
void |
setExporterService(ExporterService exporterService) |
void |
setFileFolderService(FileFolderService fileFolderService) |
void |
setMimetypeService(org.alfresco.service.cmr.repository.MimetypeService mimetypeService) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setStores(List<Properties> exportStores) |
void |
setSystemExporter(SystemExporterImporter systemExporterImporter) |
public void setExporterService(ExporterService exporterService)
public void setMimetypeService(org.alfresco.service.cmr.repository.MimetypeService mimetypeService)
public void setFileFolderService(FileFolderService fileFolderService)
public void setSystemExporter(SystemExporterImporter systemExporterImporter)
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void setStores(List<Properties> exportStores)
public RepositoryExporterService.FileExportHandle[] export(String packageName)
RepositoryExporterService
export
in interface RepositoryExporterService
packageName
- package name prefix for export .acp filespublic RepositoryExporterService.FileExportHandle[] export(File directoryDestination, String packageName)
RepositoryExporterService
export
in interface RepositoryExporterService
directoryDestination
- location within File System to hold .acp filespackageName
- package name prefix for export .acp filespublic RepositoryExporterService.RepositoryExportHandle[] export(org.alfresco.service.cmr.repository.NodeRef repositoryDestination, String packageName)
RepositoryExporterService
export
in interface RepositoryExporterService
repositoryDestination
- location within Repository to hold .acp filespackageName
- package name prefix for export .acp filesCopyright © 2005–2017 Alfresco Software. All rights reserved.