Uses of Interface
com.atlassian.confluence.importexport.PostImportTask

Packages that use PostImportTask
com.atlassian.confluence.importexport   
com.atlassian.confluence.pages.ancestors   
com.atlassian.studio.confluence.importexport   
 

Uses of PostImportTask in com.atlassian.confluence.importexport
 

Classes in com.atlassian.confluence.importexport that implement PostImportTask
 class CacheFlushingPostImportTask
          Clears any caches that require it after an import has been done.
 

Methods in com.atlassian.confluence.importexport that return types with arguments of type PostImportTask
 List<PostImportTask> ImportContext.getPostImportTasks()
           
 List<PostImportTask> DefaultImportContext.getPostImportTasks()
           
 

Method parameters in com.atlassian.confluence.importexport with type arguments of type PostImportTask
 void Importer.setPostImportTasks(List<PostImportTask> postImportTasks)
           
 void ImportContext.setPostImportTasks(List<PostImportTask> postImportTasks)
           
 void DefaultImportContext.setPostImportTasks(List<PostImportTask> postImportTasks)
           
 

Uses of PostImportTask in com.atlassian.confluence.pages.ancestors
 

Classes in com.atlassian.confluence.pages.ancestors that implement PostImportTask
 class RebuildAncestorsPostImportTask
          Ensures the page ancestor table is consistent after a successful import.
 

Uses of PostImportTask in com.atlassian.studio.confluence.importexport
 

Classes in com.atlassian.studio.confluence.importexport that implement PostImportTask
 class AddOutgoingApplicationLinksPostImportTask
          A post-import task that restores outgoing application links for a Confluence space.
 class AddStudioAdminPermissionsToSpacePostImportTask
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.