com.atlassian.confluence.importexport.impl
Class BackupExporter

java.lang.Object
  extended by com.atlassian.confluence.importexport.Exporter
      extended by com.atlassian.confluence.importexport.impl.AbstractExporterImpl
          extended by com.atlassian.confluence.importexport.impl.AbstractXmlExporter
              extended by com.atlassian.confluence.importexport.impl.FileXmlExporter
                  extended by com.atlassian.confluence.importexport.impl.BackupExporter

public class BackupExporter
extends FileXmlExporter

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
 
Constructor Summary
BackupExporter()
           
 
Method Summary
protected  List<TransientHibernateHandle> getHandlesOfObjectsForExport(HibernateObjectHandleTranslator translator, net.sf.hibernate.Session session)
           
protected  List<Space> getIncludedSpaces()
          In this implementation, we want to include all Spaces, so return an empty list
protected  List getSourceTemplateDirForCopying()
           
 void setAnyTypeDao(ExporterAnyTypeDao 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, getExportScope, getExportType, getObjectsExcludedFromExport, getSettingsManager, getXmlOutputStream, setBootstrapManager, setCustomContentManager, setCustomProperties, setPageManager, setPropertySetManager, setSessionFactory, setSettingsManager, setSpaceManager, writeBackupDescriptor
 
Methods inherited from class com.atlassian.confluence.importexport.impl.AbstractExporterImpl
checkHaveSomethingToExport, createAndSetExportDirectory, createExportDirectory, ensureDirectoryCreated, 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

BackupExporter

public BackupExporter()
Method Detail

getHandlesOfObjectsForExport

protected List<TransientHibernateHandle> getHandlesOfObjectsForExport(HibernateObjectHandleTranslator translator,
                                                                      net.sf.hibernate.Session session)
                                                               throws ImportExportException
Specified by:
getHandlesOfObjectsForExport in class AbstractXmlExporter
Throws:
ImportExportException

getSourceTemplateDirForCopying

protected List getSourceTemplateDirForCopying()
Specified by:
getSourceTemplateDirForCopying in class AbstractXmlExporter

setAnyTypeDao

public void setAnyTypeDao(ExporterAnyTypeDao anyTypeDao)

getIncludedSpaces

protected List<Space> getIncludedSpaces()
In this implementation, we want to include all Spaces, so return an empty list

Specified by:
getIncludedSpaces in class FileXmlExporter
Returns:
an empty List
See Also:
AttachmentDao.AttachmentCopier.setSpacesToInclude(java.util.List)


Copyright © 2003-2012 Atlassian. All Rights Reserved.