Uses of Interface
com.atlassian.confluence.importexport.PostImportTask
-
-
Uses of PostImportTask in com.atlassian.confluence.importexport
Classes in com.atlassian.confluence.importexport that implement PostImportTask Modifier and Type Class Description class
CacheFlushingPostImportTask
Deprecated.since 7.17.0.class
KeyInitPostImportTask
Deprecated.since 7.17.0.Methods in com.atlassian.confluence.importexport that return types with arguments of type PostImportTask Modifier and Type Method Description List<PostImportTask>
DefaultImportContext. getPostImportTasks()
Deprecated.List<PostImportTask>
ImportContext. getPostImportTasks()
Deprecated.Method parameters in com.atlassian.confluence.importexport with type arguments of type PostImportTask Modifier and Type Method Description void
DefaultImportContext. setPostImportTasks(List<PostImportTask> postImportTasks)
Deprecated.void
ImportContext. setPostImportTasks(List<PostImportTask> postImportTasks)
Deprecated.void
Importer. setPostImportTasks(List<PostImportTask> postImportTasks)
Deprecated. -
Uses of PostImportTask in com.atlassian.confluence.internal.importexport
Classes in com.atlassian.confluence.internal.importexport that implement PostImportTask Modifier and Type Class Description class
TrashDatePostImportTask
Set trash date for imported content after a space/site import -
Uses of PostImportTask in com.atlassian.confluence.internal.index.status.importexport
Classes in com.atlassian.confluence.internal.index.status.importexport that implement PostImportTask Modifier and Type Class Description class
ClearReIndexJobPostImportTask
Delete re-index job history from Bandana after import -
Uses of PostImportTask in com.atlassian.confluence.pages.ancestors
Classes in com.atlassian.confluence.pages.ancestors that implement PostImportTask Modifier and Type Class Description class
RebuildAncestorsPostImportTask
Deprecated.since 7.17.0.
-