Class RebuildAncestorsPostImportTask

java.lang.Object
com.atlassian.confluence.pages.ancestors.RebuildAncestorsPostImportTask
All Implemented Interfaces:
PostImportTask

@Deprecated public final class RebuildAncestorsPostImportTask extends Object implements PostImportTask
Deprecated.
since 7.17.0. Has to be changed and moved to the internal package: https://jira.atlassian.com/browse/CONFSRVDEV-22224
Ensures the page ancestor table is consistent after a successful import.
Since:
3.5
  • Constructor Details

  • Method Details

    • execute

      public void execute(ImportContext context)
      Deprecated.
      Description copied from interface: PostImportTask
      Perform any necessary clean-up to ensure the imported data is internally consistent.
      Specified by:
      execute in interface PostImportTask
      Parameters:
      context - the context of the import which has just finished