public interface IRepositoryUpgradeService
IWorkRepositorySetup API.| Modifier and Type | Method and Description |
|---|---|
void |
switchOffLegacyIdCompatibleMode(JdbcProperties pMasterDBSchemaJdbcProperties) |
void |
upgradeRepositories(JdbcProperties pMasterDBSchemaJdbcProperties,
IRepositoryUpgradeCallback pUpgradeCallback) |
void |
upgradeRepositories(JdbcProperties pMasterDBSchemaJdbcProperties,
IRepositoryUpgradeCallback pUpgradeCallback,
boolean pIs11gCompatible,
boolean pImportTech)
Upgrade the master repository found in the repository and all the work
repository registered in this master repository.
|
void upgradeRepositories(JdbcProperties pMasterDBSchemaJdbcProperties, IRepositoryUpgradeCallback pUpgradeCallback, boolean pIs11gCompatible, boolean pImportTech)
@param - pMasterDBSchemaJdbcProperties The JdbcProperties to
connect to the master repository database schema.pUpgradeCallback - The callback to implement to be notified of progress and
result.pIs11gCompatible - to indicate if the 11g interface SDK compatibilityvoid upgradeRepositories(JdbcProperties pMasterDBSchemaJdbcProperties, IRepositoryUpgradeCallback pUpgradeCallback)
void switchOffLegacyIdCompatibleMode(JdbcProperties pMasterDBSchemaJdbcProperties)