public abstract class UpgradeModules extends UpgradeProcess
UpgradeProcess.Alterableconnection| 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, upgradeaddIndexes, alterColumnName, alterColumnType, alterTableAddColumn, alterTableDropColumn, alterTableName, doHasTable, dropIndexes, dropTable, getConnection, getPrimaryKeyColumnNames, hasColumn, hasColumnType, hasIndex, hasRows, hasRows, hasTable, process, processConcurrently, processConcurrently, processConcurrently, removePrimaryKey, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateStringpublic 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.SQLExceptionprotected void doUpgrade()
throws java.lang.Exception
doUpgrade in class UpgradeProcessjava.lang.Exceptionprotected boolean hasServiceComponent(java.lang.String buildNamespace)
throws java.sql.SQLException
java.sql.SQLExceptionprotected void updateConvertedLegacyModules()
throws java.io.IOException,
java.sql.SQLException
java.io.IOExceptionjava.sql.SQLExceptionprotected void updateExtractedModules()
throws java.sql.SQLException
java.sql.SQLExceptionprotected void updateLegacyServiceModules()
throws java.lang.Exception
java.lang.Exceptionprotected void updateServletContextName(java.lang.String oldServletContextName,
java.lang.String newServletContextName)
throws java.io.IOException,
java.sql.SQLException
java.io.IOExceptionjava.sql.SQLException