Package | Description |
---|---|
com.atlassian.confluence.importexport | |
com.atlassian.confluence.pages.ancestors |
Modifier and Type | Class and Description |
---|---|
class |
CacheFlushingPostImportTask
Clears any caches that require it after an import has been done.
|
class |
KeyInitPostImportTask
Ensures Confluence has system key pairs after a site import.
|
Modifier and Type | Method and Description |
---|---|
List<PostImportTask> |
ImportContext.getPostImportTasks() |
List<PostImportTask> |
DefaultImportContext.getPostImportTasks() |
Modifier and Type | Method and Description |
---|---|
void |
ImportContext.setPostImportTasks(List<PostImportTask> postImportTasks) |
void |
DefaultImportContext.setPostImportTasks(List<PostImportTask> postImportTasks) |
void |
Importer.setPostImportTasks(List<PostImportTask> postImportTasks) |
Modifier and Type | Class and Description |
---|---|
class |
RebuildAncestorsPostImportTask
Ensures the page ancestor table is consistent after a successful import.
|
Copyright © 2003–2019 Atlassian. All rights reserved.