Class DefaultImportContext

java.lang.Object
com.atlassian.confluence.importexport.DefaultImportContext
All Implemented Interfaces:
ImportContext

@Deprecated public class DefaultImportContext extends Object implements ImportContext
Deprecated.
since 7.17.0. Use BackupRestoreManager instead.
  • Constructor Details

    • DefaultImportContext

      public DefaultImportContext(String workingFile, ExportDescriptor exportDescriptor, ConfluenceUser importer)
      Deprecated.
    • DefaultImportContext

      public DefaultImportContext()
      Deprecated.
    • DefaultImportContext

      public DefaultImportContext(String workingFile, ConfluenceUser importer)
      Deprecated.
    • DefaultImportContext

      @Deprecated public DefaultImportContext(String workingFile, com.atlassian.user.User importer)
      Deprecated.
    • DefaultImportContext

      public DefaultImportContext(URL workingURL, ConfluenceUser importer)
      Deprecated.
    • DefaultImportContext

      @Deprecated public DefaultImportContext(URL workingURL, com.atlassian.user.User importer)
      Deprecated.
  • Method Details