|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.importexport.Exporter
com.atlassian.confluence.importexport.impl.AbstractExporterImpl
com.atlassian.confluence.importexport.impl.AbstractXmlExporter
com.atlassian.confluence.importexport.impl.FileXmlExporter
com.atlassian.confluence.importexport.impl.BackupExporter
public class BackupExporter
converts _all_ objects in confluence to xml (used for making site-wide backups)
| Field Summary |
|---|
| Fields inherited from class com.atlassian.confluence.importexport.impl.FileXmlExporter |
|---|
attachmentManager |
| Fields inherited from class com.atlassian.confluence.importexport.impl.AbstractXmlExporter |
|---|
ATTACHMENTS_DIRECTORY, bootstrapManager, ENTITIES_FILE_NAME, EXPORT_DESCRIPTOR_FILE_NAME, sessionFactory, spaceManager, TEMPLATES_DIRECTORY |
| Fields inherited from class com.atlassian.confluence.importexport.Exporter |
|---|
context, log |
| Constructor Summary | |
|---|---|
BackupExporter()
|
|
| Method Summary | |
|---|---|
protected java.util.List |
getHandlesOfObjectsForExport()
|
protected java.util.List |
getIncludedSpaces()
In this implementation, we want to include all Spaces, so return an empty list |
protected java.util.List |
getSourceTemplateDirForCopying()
|
void |
setAnyTypeDao(AnyTypeDao anyTypeDao)
|
| Methods inherited from class com.atlassian.confluence.importexport.impl.FileXmlExporter |
|---|
backupAttachments, backupConfigFiles, backupEverything, backupResources, backupTemplates, doExport, setAttachmentManager |
| Methods inherited from class com.atlassian.confluence.importexport.impl.AbstractXmlExporter |
|---|
addPropertiesForContent, backupEntities, doExport, getContentAndContentPropertiesFromSpace, getDescriptorOutputStream, getExportType, getObjectsExcludedFromExport, getSettingsManager, getXmlOutputStream, setBootstrapManager, setMailContentManager, setPageManager, setPropertySetManager, setSessionFactory, setSettingsManager, setSpaceManager, writeBackupDescriptor |
| Methods inherited from class com.atlassian.confluence.importexport.impl.AbstractExporterImpl |
|---|
checkHaveSomethingToExport, ensureDirectoryCreated, getExportDirectory, getSpaceKeyForExportFileName, getWorkingExportContext, prepareExportFileName, setExportFileNameGenerator |
| Methods inherited from class com.atlassian.confluence.importexport.Exporter |
|---|
getContext, setContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BackupExporter()
| Method Detail |
|---|
protected java.util.List getHandlesOfObjectsForExport()
throws ImportExportException
getHandlesOfObjectsForExport in class AbstractXmlExporterImportExportExceptionprotected java.util.List getSourceTemplateDirForCopying()
getSourceTemplateDirForCopying in class AbstractXmlExporterpublic void setAnyTypeDao(AnyTypeDao anyTypeDao)
protected java.util.List getIncludedSpaces()
getIncludedSpaces in class FileXmlExporterAttachmentDao.AttachmentCopier.setSpacesToInclude(java.util.List)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||