Uses of Interface
com.atlassian.confluence.importexport.plugin.BackupRestoreProvider
-
-
Uses of BackupRestoreProvider in com.atlassian.confluence.impl.backuprestore.backup.container
Method parameters in com.atlassian.confluence.impl.backuprestore.backup.container with type arguments of type BackupRestoreProvider Modifier and Type Method Description voidBackupContainerWriter. 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 DescriptorsvoidPluginDataWriter. writePluginData(List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>> moduleDescriptors) -
Uses of BackupRestoreProvider in com.atlassian.confluence.importexport
Method parameters in com.atlassian.confluence.importexport with type arguments of type BackupRestoreProvider Modifier and Type Method Description FileImportedPluginDataPreProcessor. 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.plugin
Methods in com.atlassian.confluence.importexport.plugin that return types with arguments of type BackupRestoreProvider Modifier and Type Method Description List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>>BackupRestoreProviderManager. getModuleDescriptors()List<? extends com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider>>DefaultBackupRestoreProviderManager. getModuleDescriptors()Method parameters in com.atlassian.confluence.importexport.plugin with type arguments of type BackupRestoreProvider Modifier and Type Method Description FileBackupRestoreProviderManager. createModuleBackupFile(File exportBaseDir, com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> provider)FileDefaultBackupRestoreProviderManager. createModuleBackupFile(File exportBaseDir, com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor)FileBackupRestoreProviderManager. getModuleBackupFile(File exportBaseDir, com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> provider)FileDefaultBackupRestoreProviderManager. getModuleBackupFile(File exportBaseDir, com.atlassian.plugin.ModuleDescriptor<BackupRestoreProvider> moduleDescriptor) -
Uses of BackupRestoreProvider in com.atlassian.confluence.plugin.descriptor.backup
Methods in com.atlassian.confluence.plugin.descriptor.backup that return BackupRestoreProvider Modifier and Type Method Description BackupRestoreProviderBackupRestoreProviderModuleDescriptor. getModule()
-