Class 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 Detail

      • RebuildAncestorsPostImportTask

        public RebuildAncestorsPostImportTask​(PageAncestorManager pageAncestorManager,
                                              SpaceManager spaceManager)
        Deprecated.
    • Method Detail

      • 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