public class RepositoryUpgradeServiceImpl extends java.lang.Object implements IRepositoryUpgradeService
| Constructor and Description |
|---|
RepositoryUpgradeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setMasterInstallStatus(JdbcProperties pMasterDBSchemaJdbcProperties,
java.lang.String pStatus) |
void |
switchOffLegacyIdCompatibleMode(JdbcProperties pMasterDBSchemaJdbcProperties) |
void |
upgradeRepositories(JdbcProperties pMasterDBSchemaJdbcProperties,
IRepositoryUpgradeCallback pUpgradeCallback) |
void |
upgradeRepositories(JdbcProperties pMasterDBSchemaJdbcProperties,
IRepositoryUpgradeCallback pUpgradeCallback,
boolean pIs11gCompatible,
boolean pImportTech) |
void |
upgradeRepositories(JdbcProperties pMasterDBSchemaJdbcProperties,
IRepositoryUpgradeCallback pUpgradeCallback,
boolean pIs11gCompatible,
boolean pImportTech,
CryptoAlgo pAlgo)
This method will upgrade the repositories.
|
public void upgradeRepositories(JdbcProperties pMasterDBSchemaJdbcProperties, IRepositoryUpgradeCallback pUpgradeCallback)
upgradeRepositories in interface IRepositoryUpgradeServicepublic void upgradeRepositories(JdbcProperties pMasterDBSchemaJdbcProperties, IRepositoryUpgradeCallback pUpgradeCallback, boolean pIs11gCompatible, boolean pImportTech)
upgradeRepositories in interface IRepositoryUpgradeServicepublic void upgradeRepositories(JdbcProperties pMasterDBSchemaJdbcProperties, IRepositoryUpgradeCallback pUpgradeCallback, boolean pIs11gCompatible, boolean pImportTech, CryptoAlgo pAlgo)
upgradeRepositories in interface IRepositoryUpgradeServicepUpgradeCallback - The callback to implement to be notified of progress and
result.pIs11gCompatible - to indicate if the 11g interface SDK compatibilitypAlgo - to configure the encryption algorithm e.g. AES-128 or AES-256.public void switchOffLegacyIdCompatibleMode(JdbcProperties pMasterDBSchemaJdbcProperties)
switchOffLegacyIdCompatibleMode in interface IRepositoryUpgradeServicepublic static void setMasterInstallStatus(JdbcProperties pMasterDBSchemaJdbcProperties, java.lang.String pStatus)