Package | Description |
---|---|
com.atlassian.confluence.event.events.admin | |
com.atlassian.confluence.importexport | |
com.atlassian.confluence.importexport.actions | |
com.atlassian.confluence.importexport.xmlimport |
Imports Confluence data from an XML backup.
|
com.atlassian.confluence.pages.ancestors |
Modifier and Type | Method and Description |
---|---|
ImportContext |
ImportFinishedEvent.getImportContext() |
Constructor and Description |
---|
AsyncImportFinishedEvent(Object src,
ImportContext importContext) |
AsyncImportStartedEvent(Object src,
ImportContext importContext) |
ImportFinishedEvent(Object src,
ImportContext importContext) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultImportContext |
Modifier and Type | Field and Description |
---|---|
protected ImportContext |
Importer.context |
Modifier and Type | Method and Description |
---|---|
void |
ImportExportManager.doImport(ImportContext context)
Performs an import specified by the given
context . |
void |
DefaultImportExportManager.doImport(ImportContext context) |
protected ImmutableImportProcessorSummary |
DefaultImportExportManager.doPerformImport(ImportContext context) |
void |
KeyInitPostImportTask.execute(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) |
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) |
protected Cleanup |
DefaultImportExportManager.temporarilyShutdownInterferingPlugins(ImportContext context) |
Constructor and Description |
---|
ImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher,
IndexManager indexManager,
ImportExportManager importExportManager,
ImportContext context) |
Modifier and Type | Method and Description |
---|---|
ImportProcessorSummary |
XmlImporter.doImport(net.sf.hibernate.Session session,
InputStreamFactory xmlStreamFactory,
boolean incrementalImport,
ImportContext context)
Perform an XML import.
|
ImportProcessorSummary |
DefaultXmlImporter.doImport(net.sf.hibernate.Session session,
InputStreamFactory xmlImportStreamFactory,
boolean incrementalImport,
ImportContext context) |
Constructor and Description |
---|
ImportProcessorContext(net.sf.hibernate.engine.SessionImplementor session,
net.sf.hibernate.engine.SessionFactoryImplementor sessionFactory,
boolean preserveIds,
ImportContext importContext) |
Modifier and Type | Method and Description |
---|---|
void |
RebuildAncestorsPostImportTask.execute(ImportContext context) |
Copyright © 2003–2019 Atlassian. All rights reserved.