Uses of Interface
com.atlassian.confluence.importexport.ImportContext

Packages that use ImportContext
com.atlassian.confluence.event.events.admin   
com.atlassian.confluence.importexport   
com.atlassian.confluence.importexport.actions   
com.atlassian.confluence.pages.ancestors   
 

Uses of ImportContext in com.atlassian.confluence.event.events.admin
 

Methods in com.atlassian.confluence.event.events.admin that return ImportContext
 ImportContext ImportFinishedEvent.getImportContext()
           
 

Constructors in com.atlassian.confluence.event.events.admin with parameters of type ImportContext
ImportFinishedEvent(Object src, ImportContext importContext)
           
 

Uses of ImportContext in com.atlassian.confluence.importexport
 

Classes in com.atlassian.confluence.importexport that implement ImportContext
 class DefaultImportContext
           
 

Fields in com.atlassian.confluence.importexport declared as ImportContext
protected  ImportContext Importer.context
           
 

Methods in com.atlassian.confluence.importexport with parameters of type ImportContext
 void ImportExportManager.doImport(ImportContext context)
          Performs an import specified by the given context.
 void DefaultImportExportManager.doImport(ImportContext context)
           
 void PostImportTask.execute(ImportContext context)
          Perform any necessary clean-up to ensure the imported data is internally consistent.
 void CacheFlushingPostImportTask.execute(ImportContext context)
           
 void ImportExportManager.importAs(Object type, ImportContext context)
          Deprecated. since 4.2 use ImportExportManager.doImport(ImportContext).
 void DefaultImportExportManager.importAs(Object type, ImportContext context)
          Deprecated. since 4.2 use DefaultImportExportManager.doImport(ImportContext).
 ImmutableImportProcessorSummary ImportExportManager.performImport(ImportContext context)
          Performs an import specified by the given context and returns the summary of import result.
 ImmutableImportProcessorSummary DefaultImportExportManager.performImport(ImportContext context)
           
 void Importer.setContext(ImportContext context)
           
 

Uses of ImportContext in com.atlassian.confluence.importexport.actions
 

Constructors in com.atlassian.confluence.importexport.actions with parameters of type ImportContext
ImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceIndexManager indexManager, ImportExportManager importExportManager, ImportContext context, com.atlassian.user.User user)
           
ImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceIndexManager indexManager, ImportExportManager importExportManager, Object type, ImportContext context, com.atlassian.user.User user)
          Deprecated. since 4.2, type is no longer relevant
 

Uses of ImportContext in com.atlassian.confluence.pages.ancestors
 

Methods in com.atlassian.confluence.pages.ancestors with parameters of type ImportContext
 void RebuildAncestorsPostImportTask.execute(ImportContext context)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.