Uses of Interface
com.atlassian.confluence.importexport.ImportContext
Packages that use ImportContext
Package
Description
Imports Confluence data from an XML backup.
-
Uses of ImportContext in com.atlassian.confluence.dmz.importexport
Methods in com.atlassian.confluence.dmz.importexport with parameters of type ImportContextModifier and TypeMethodDescriptionLegacyImportExportManager.performImport(ImportContext context) Performs an import specified by the given context and returns the summary of import result. -
Uses of ImportContext in com.atlassian.confluence.event.events.admin
Methods in com.atlassian.confluence.event.events.admin that return ImportContextConstructors in com.atlassian.confluence.event.events.admin with parameters of type ImportContextModifierConstructorDescriptionAsyncImportFinishedEvent(Object src, ImportContext importContext) AsyncImportStartedEvent(Object src, ImportContext importContext) ImportFinishedEvent(Object src, ImportContext importContext) -
Uses of ImportContext in com.atlassian.confluence.impl.importexport
Fields in com.atlassian.confluence.impl.importexport declared as ImportContextMethods in com.atlassian.confluence.impl.importexport with parameters of type ImportContextModifier and TypeMethodDescriptionprotected ImmutableImportProcessorSummaryDefaultImportExportManager.doPerformImport(ImportContext context) Deprecated.DefaultImportExportManager.performImport(ImportContext context) Deprecated.final voidImporter.setContext(ImportContext context) Deprecated.protected final CleanupDefaultImportExportManager.temporarilyShutdownInterferingPlugins(ImportContext ignored) Deprecated. -
Uses of ImportContext in com.atlassian.confluence.importexport
Classes in com.atlassian.confluence.importexport that implement ImportContextMethods in com.atlassian.confluence.importexport with parameters of type ImportContextModifier and TypeMethodDescriptionvoidCacheFlushingPostImportTask.execute(ImportContext context) Deprecated.voidPostImportTask.execute(ImportContext context) Deprecated.Perform any necessary clean-up to ensure the imported data is internally consistent. -
Uses of ImportContext in com.atlassian.confluence.importexport.actions
Constructors in com.atlassian.confluence.importexport.actions with parameters of type ImportContextModifierConstructorDescriptionImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher, IndexManager indexManager, LegacyImportExportManager importExportManager, ImportContext context) Deprecated.ImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher, IndexManager indexManager, LegacyImportExportManager importExportManager, ImportContext context, Supplier<Boolean> shouldPublishReindexEvent) Deprecated. -
Uses of ImportContext in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type ImportContextModifier and TypeMethodDescriptionDefaultXmlImporter.doImport(org.hibernate.Session session, InputStreamFactory xmlImportStreamFactory, boolean incrementalImport, ImportContext context) Deprecated.XmlImporter.doImport(org.hibernate.Session session, InputStreamFactory xmlStreamFactory, boolean incrementalImport, ImportContext context) Deprecated.Perform an XML import.Constructors in com.atlassian.confluence.importexport.xmlimport with parameters of type ImportContextModifierConstructorDescriptionImportProcessorContext(org.hibernate.engine.spi.SessionImplementor session, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, boolean preserveIds, ImportContext importContext) Deprecated. -
Uses of ImportContext in com.atlassian.confluence.internal.importexport
Methods in com.atlassian.confluence.internal.importexport with parameters of type ImportContext -
Uses of ImportContext in com.atlassian.confluence.internal.index.status.importexport
Methods in com.atlassian.confluence.internal.index.status.importexport with parameters of type ImportContextModifier and TypeMethodDescriptionvoidClearReIndexJobPostImportTask.execute(ImportContext context) -
Uses of ImportContext in com.atlassian.confluence.pages.ancestors
Methods in com.atlassian.confluence.pages.ancestors with parameters of type ImportContextModifier and TypeMethodDescriptionvoidRebuildAncestorsPostImportTask.execute(ImportContext context) Deprecated.