Uses of Interface
com.atlassian.confluence.importexport.plugin.BackupRestoreProvider
Packages that use BackupRestoreProvider
Package
Description
- 
Uses of BackupRestoreProvider in com.atlassian.confluence.activeobjects.backupClasses in com.atlassian.confluence.activeobjects.backup that implement BackupRestoreProviderModifier and TypeClassDescriptionclassBackup and restore provider, implementing confluences backup and restore module component and bridging to active objects backup component.
- 
Uses of BackupRestoreProvider in com.atlassian.confluence.impl.backuprestore.backup.containerMethod parameters in com.atlassian.confluence.impl.backuprestore.backup.container with type arguments of type BackupRestoreProviderModifier and TypeMethodDescriptionvoidBackupContainerWriter.addPluginModuleData(List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>> moduleDescriptor) voidXmlBackupContainerWriter.addPluginModuleData(List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>> moduleDescriptors) Create the data file for a specific plugin module into the backup zip file using the module Descriptorsstatic StringPluginDataWriter.getPathInZip(com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor) voidPluginDataWriter.writePluginData(List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>> moduleDescriptors) 
- 
Uses of BackupRestoreProvider in com.atlassian.confluence.importexportMethod parameters in com.atlassian.confluence.importexport with type arguments of type BackupRestoreProviderModifier and TypeMethodDescriptionImportedPluginDataPreProcessor.process(com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor, File source, ImportProcessorSummary summary) Deprecated.Takes a source file of plugin data and returns a new, processed plugin data file, or the original file if no processing is required, or null if the plugin data should be skipped.
- 
Uses of BackupRestoreProvider in com.atlassian.confluence.importexport.pluginMethod parameters in com.atlassian.confluence.importexport.plugin with type arguments of type BackupRestoreProviderModifier and TypeMethodDescriptionBackupRestoreProviderManager.createModuleBackupFile(File exportBaseDir, com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> provider) DefaultBackupRestoreProviderManager.createModuleBackupFile(File exportBaseDir, com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor) BackupRestoreProviderManager.getModuleBackupFile(File exportBaseDir, com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> provider) DefaultBackupRestoreProviderManager.getModuleBackupFile(File exportBaseDir, com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor) 
- 
Uses of BackupRestoreProvider in com.atlassian.confluence.plugin.descriptor.backupMethods in com.atlassian.confluence.plugin.descriptor.backup that return BackupRestoreProvider