Class FileBackupImporter
java.lang.Object
com.atlassian.confluence.importexport.Importer
com.atlassian.confluence.importexport.xmlimport.BackupImporter
com.atlassian.confluence.importexport.xmlimport.FileBackupImporter
Deprecated.
-
Field Summary
Fields inherited from class com.atlassian.confluence.importexport.xmlimport.BackupImporter
CONFLUENCE_IMPORT_USE_LEGACY_IMPORTER, FULL_EXPORT_BACKWARDS_COMPATIBILITY, MINIMUM_BUILD_NUMBER, MINIMUM_FULL_IMPORT_BUILD_NUMBER, MINIMUM_SPACE_IMPORT_BUILD_NUMBER, MINIMUM_VERSION, settingsManager, SPACE_EXPORT_BACKWARDS_COMPATIBILITYFields inherited from class com.atlassian.confluence.importexport.Importer
context, sessionFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PropertiesDeprecated.Deprecated.protected voidimportAttachments(ImportProcessorSummary context, File extractedDir) Deprecated.Copies the attachments from the import location into the configured Confluence attachment store.protected ImportProcessorSummaryDeprecated.protected voidDeprecated.Perform any special logic after the import and post-import tasks are complete.protected voidDeprecated.Perform any special logic prior to the import starting.voidsetBackupRestoreProviderManager(BackupRestoreProviderManager backupRestoreProviderManager) Deprecated.voidsetBandanaConfigMigrator(BandanaConfigMigrator bandanaConfigMigrator) Deprecated.voidsetBootstrapManager(BootstrapManager bootstrapManager) Deprecated.voidsetConfluenceHome(com.atlassian.dc.filestore.api.compat.FilesystemPath confluenceHome) Deprecated.voidsetIndexer(Indexer indexer) Deprecated.since 7.5 unusedvoidsetPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor) Deprecated.Methods inherited from class com.atlassian.confluence.importexport.xmlimport.BackupImporter
deleteAllDatabaseContent, doImportInternal, doSpecialProcessing, getBuildNumberOfImport, getCreatedByBuildNumberOfImport, getExportType, getUpgradeManager, importEntities, importEverything, isBackupAttachments, isBackupSupportedVersion, isExportedDefaultUserGroupPermission, isExportScopeAll, isIncrementalImport, setBandanaManager, setBandanaPersister, setCacheFlusher, setCacheManager, setConfluenceSchemaCreator, setI18NBeanFactory, setIndexManager, setPluginStateStore, setPostRestoreUpgradeTasks, setPreProcessors, setSchedulerServiceController, setSchemaHelper, setSettingsManager, setSpaceManager, setTransactionManager, setUpgradeFinalizationManager, setUpgradeManager, setUserAccessor, setXmlImporter, unIndexAllMethods inherited from class com.atlassian.confluence.importexport.Importer
completeProgessMeter, doImport, getEventPublisher, publishEvent, setContext, setEventPublisher, setPostImportTasks, setSessionFactory
-
Constructor Details
-
FileBackupImporter
Deprecated.
-
-
Method Details
-
preImport
Deprecated.Description copied from class:ImporterPerform any special logic prior to the import starting. Default implementation does nothing.- Overrides:
preImportin classBackupImporter- Throws:
ImportExportException- if the import should be aborted
-
postImportAndCleanUp
Deprecated.Description copied from class:ImporterPerform any special logic after the import and post-import tasks are complete. This method will run even if the import fails. The default implementation does nothing.- Overrides:
postImportAndCleanUpin classBackupImporter- Throws:
ImportExportException- if the import process should be aborted
-
importEverything
Deprecated.- Overrides:
importEverythingin classBackupImporter- Throws:
ImportExportException
-
importAttachments
protected void importAttachments(ImportProcessorSummary context, File extractedDir) throws ImportExportException, org.hibernate.HibernateException Deprecated.Copies the attachments from the import location into the configured Confluence attachment store.- Throws:
ImportExportExceptionorg.hibernate.HibernateException
-
getDescriptorProperties
Deprecated.- Specified by:
getDescriptorPropertiesin classBackupImporter- Throws:
ImportExportException
-
getXmlEntitiesStream
Deprecated.- Specified by:
getXmlEntitiesStreamin classBackupImporter- Throws:
ImportExportException
-
setBandanaConfigMigrator
Deprecated. -
setBootstrapManager
Deprecated. -
setConfluenceHome
public void setConfluenceHome(com.atlassian.dc.filestore.api.compat.FilesystemPath confluenceHome) Deprecated. -
setBackupRestoreProviderManager
public void setBackupRestoreProviderManager(BackupRestoreProviderManager backupRestoreProviderManager) Deprecated. -
setPluginAccessor
public void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor) Deprecated. -
setIndexer
Deprecated.since 7.5 unused
-
BackupRestoreManagerinstead.