Class CacheFlushingPostImportTask
- java.lang.Object
-
- com.atlassian.confluence.importexport.CacheFlushingPostImportTask
-
- All Implemented Interfaces:
PostImportTask
@Deprecated public final class CacheFlushingPostImportTask extends Object implements PostImportTask
Deprecated.since 7.17.0. Will be moved to 'impl' package in the future.Clears any caches that require it after an import has been done.
-
-
Constructor Summary
Constructors Constructor Description CacheFlushingPostImportTask(SpacePermissionManager spacePermissionManager, com.atlassian.event.api.EventPublisher eventPublisher)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
execute(ImportContext context)
Deprecated.Perform any necessary clean-up to ensure the imported data is internally consistent.
-
-
-
Constructor Detail
-
CacheFlushingPostImportTask
public CacheFlushingPostImportTask(SpacePermissionManager spacePermissionManager, com.atlassian.event.api.EventPublisher eventPublisher)
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 interfacePostImportTask
- Parameters:
context
- the context of the import which has just finished
-
-