public class SystemExporterImporter
extends java.lang.Object
| Constructor and Description |
|---|
SystemExporterImporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
exportSystem(java.io.OutputStream exportStream)
Export Repository System Information
|
void |
importSystem(java.io.InputStream importStream)
Import Repository System Information
|
void |
setAppliedPatchDAO(AppliedPatchDAO appliedPatchDAO) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public void setAppliedPatchDAO(AppliedPatchDAO appliedPatchDAO)
public void exportSystem(java.io.OutputStream exportStream)
exportStream - output stream to export topublic void importSystem(java.io.InputStream importStream)
importStream - input stream to import fromCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.