- getExecutorService() - Method in class org.exoplatform.wiki.jpa.migration.MigrationService
-
- getLatch() - Method in class org.exoplatform.wiki.jpa.migration.MigrationService
-
- getOrCreateOperationState(String) - Method in class org.exoplatform.wiki.jpa.migration.WikiMigrationSettingService
-
Call settingService to get the state of an operation (Migration of User wiki for instance)
- getPageErrorsNumber() - Method in class org.exoplatform.wiki.jpa.migration.WikiMigrationSettingService
-
- getPageErrorsSetting() - Method in class org.exoplatform.wiki.jpa.migration.WikiMigrationSettingService
-
Get the "page error" list (a unique string with wiki separated by comma)
See pageToString() to check the format of a page in the string list
- getPagesWithRelatedPages() - Method in class org.exoplatform.wiki.jpa.migration.WikiMigrationSettingService
-
Get the "page with related pages" list in a String Array format
- getRelatedPagesSetting() - Method in class org.exoplatform.wiki.jpa.migration.WikiMigrationSettingService
-
Get the "page with related pages" list (a unique string with wiki separated by comma)
The migration of link between page is done at the end of migration and use this list
See pageToString() to check the format of a page in the string list
- getWikiDeletionErrorsNumber() - Method in class org.exoplatform.wiki.jpa.migration.WikiMigrationSettingService
-
- getWikiDeletionErrorsSetting() - Method in class org.exoplatform.wiki.jpa.migration.WikiMigrationSettingService
-
Get the "wiki deletion error" list (a unique string with wiki separated by comma)
See wikiToString() to check the format of a wiki in the string list
- getWikiErrorsSetting() - Method in class org.exoplatform.wiki.jpa.migration.WikiMigrationSettingService
-
Get the "wiki error" list (a unique string with wiki separated by comma)
See wikiToString() to check the format of a wiki in the string list
- getWikiMigrationErrorsNumber() - Method in class org.exoplatform.wiki.jpa.migration.WikiMigrationSettingService
-