com.atlassian.confluence.pages.ancestors
Class RebuildAncestorsPostImportTask

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

public final class RebuildAncestorsPostImportTask
extends Object
implements PostImportTask

Ensures the page ancestor table is consistent after a successful import.

Since:
3.5

Constructor Summary
RebuildAncestorsPostImportTask(PageAncestorManager pageAncestorManager, SpaceManager spaceManager)
           
 
Method Summary
 void execute(ImportContext context)
          Perform any necessary clean-up to ensure the imported data is internally consistent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RebuildAncestorsPostImportTask

public RebuildAncestorsPostImportTask(PageAncestorManager pageAncestorManager,
                                      SpaceManager spaceManager)
Method Detail

execute

public void execute(ImportContext context)
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


Copyright © 2003-2011 Atlassian. All Rights Reserved.