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)  | 
void | 
upgradeRepositories(JdbcProperties pMasterDBSchemaJdbcProperties,
                   IRepositoryUpgradeCallback pUpgradeCallback,
                   boolean pIs11gCompatible,
                   boolean pImportTech,
                   CryptoAlgo pAlgo)
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, CryptoAlgo pAlgo)
@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 compatibilitypAlgo - to configure the encryption algorithm e.g. AES-128 or AES-256.void upgradeRepositories(JdbcProperties pMasterDBSchemaJdbcProperties, IRepositoryUpgradeCallback pUpgradeCallback, boolean pIs11gCompatible, boolean pImportTech)
void upgradeRepositories(JdbcProperties pMasterDBSchemaJdbcProperties, IRepositoryUpgradeCallback pUpgradeCallback)
void switchOffLegacyIdCompatibleMode(JdbcProperties pMasterDBSchemaJdbcProperties)