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 classCacheFlushingPostImportTaskDeprecated.since 7.17.0.classKeyInitPostImportTaskDeprecated.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 voidDefaultImportContext. setPostImportTasks(List<PostImportTask> postImportTasks)Deprecated.voidImportContext. setPostImportTasks(List<PostImportTask> postImportTasks)Deprecated.voidImporter. 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 classTrashDatePostImportTaskSet 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 classClearReIndexJobPostImportTaskDelete 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 classRebuildAncestorsPostImportTaskDeprecated.since 7.17.0.
-