public abstract class UpgradeModules extends UpgradeProcess
UpgradeProcess.Alterable
connection
Constructor and Description |
---|
UpgradeModules() |
Modifier and Type | Method and Description |
---|---|
protected void |
addRelease(java.lang.String... bundleSymbolicNames) |
protected void |
doUpgrade() |
abstract java.lang.String[] |
getBundleSymbolicNames() |
abstract java.lang.String[][] |
getConvertedLegacyModules() |
abstract java.lang.String[][] |
getLegacyServiceModules() |
protected boolean |
hasServiceComponent(java.lang.String buildNamespace) |
protected void |
updateConvertedLegacyModules() |
protected void |
updateExtractedModules() |
protected void |
updateLegacyServiceModules() |
protected void |
updateServletContextName(java.lang.String oldServletContextName,
java.lang.String newServletContextName) |
addTemporaryIndex, clearIndexesCache, ensureTableExists, getIndexesSQL, getPostUpgradeSteps, getPreUpgradeSteps, getTableColumnsMap, getTableName, getThreshold, getUpgradeSteps, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, upgrade, upgrade
addIndexes, alterColumnName, alterColumnType, alterTableAddColumn, alterTableDropColumn, alterTableName, doHasTable, dropIndexes, dropTable, getConnection, getPrimaryKeyColumnNames, hasColumn, hasColumnType, hasIndex, hasRows, hasRows, hasTable, process, processConcurrently, processConcurrently, processConcurrently, processConcurrently, removePrimaryKey, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString
public abstract java.lang.String[] getBundleSymbolicNames()
public abstract java.lang.String[][] getConvertedLegacyModules()
public abstract java.lang.String[][] getLegacyServiceModules()
protected void addRelease(java.lang.String... bundleSymbolicNames) throws java.sql.SQLException
java.sql.SQLException
protected void doUpgrade() throws java.lang.Exception
doUpgrade
in class UpgradeProcess
java.lang.Exception
protected boolean hasServiceComponent(java.lang.String buildNamespace) throws java.sql.SQLException
java.sql.SQLException
protected void updateConvertedLegacyModules() throws java.io.IOException, java.sql.SQLException
java.io.IOException
java.sql.SQLException
protected void updateExtractedModules() throws java.sql.SQLException
java.sql.SQLException
protected void updateLegacyServiceModules() throws java.lang.Exception
java.lang.Exception
protected void updateServletContextName(java.lang.String oldServletContextName, java.lang.String newServletContextName) throws java.io.IOException, java.sql.SQLException
java.io.IOException
java.sql.SQLException