com.atlassian.confluence.importexport
Class CacheFlushingPostImportTask

java.lang.Object
  extended by com.atlassian.confluence.importexport.CacheFlushingPostImportTask
All Implemented Interfaces:
PostImportTask

public final class CacheFlushingPostImportTask
extends Object
implements PostImportTask

Clears any caches that require it after an import has been done.


Constructor Summary
CacheFlushingPostImportTask(SpacePermissionManager spacePermissionManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 
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

CacheFlushingPostImportTask

public CacheFlushingPostImportTask(SpacePermissionManager spacePermissionManager,
                                   com.atlassian.event.api.EventPublisher eventPublisher)
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.