com.atlassian.confluence.content.render.xhtml.migration
Interface WikiToXhtmlSiteMigrator
- All Known Implementing Classes:
- DefaultWikiToXhtmlSiteMigrator
public interface WikiToXhtmlSiteMigrator
A component responsible for performing the conversion of wiki formatted content within Confluence to XHTML format.
migrateSite
ExceptionReport migrateSite()
throws MigrationException
- Migrate the entire site from wiki to Xhtml storage. Only one migration can be in progress at any time.
- Throws:
IllegalStateException
- if a call is made when a migration is already in progress
MigrationException
- wrapping any exceptions which occur during the migration
isSiteMigrationInProgress
boolean isSiteMigrationInProgress()
- Returns:
- if a migration is currently in progress