Package com.xwiki.confluencepro
Interface ConfluenceMigrationManager
-
@Role public interface ConfluenceMigrationManagerManages the pages of the Confluence Migrator.- Since:
- 1.0
- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisablePrerequisites()Disable the prerequisites of the migration.voidenablePrerequisites()Enable the prerequisites of the migration.voidupdateAndSaveMigration(ConfluenceMigrationJobStatus jobStatus)Update the migration identified by the request of the job.
-
-
-
Method Detail
-
updateAndSaveMigration
void updateAndSaveMigration(ConfluenceMigrationJobStatus jobStatus)
Update the migration identified by the request of the job. The information will be extracted from the execution of the job.- Parameters:
jobStatus- the status of the executed job.
-
disablePrerequisites
void disablePrerequisites()
Disable the prerequisites of the migration.
-
enablePrerequisites
void enablePrerequisites()
Enable the prerequisites of the migration.
-
-