public abstract class UpgradeModules extends UpgradeProcess
UpgradeProcess.Alterableconnection| Constructor and Description |
|---|
UpgradeModules() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addRelease(String... bundleSymbolicNames) |
protected void |
doUpgrade() |
abstract String[] |
getBundleSymbolicNames() |
abstract String[][] |
getConvertedLegacyModules() |
abstract String[][] |
getLegacyServiceModules() |
protected boolean |
hasServiceComponent(String buildNamespace) |
protected void |
updateConvertedLegacyModules() |
protected void |
updateExtractedModules() |
protected void |
updateLegacyServiceModules() |
protected void |
updateServletContextName(String oldServletContextName,
String newServletContextName) |
addTemporaryIndex, clearIndexesCache, ensureTableExists, getIndexesSQL, getPostUpgradeSteps, getPreUpgradeSteps, getTableColumnsMap, getTableName, getThreshold, getUpgradeSteps, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, 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 String[] getBundleSymbolicNames()
public abstract String[][] getConvertedLegacyModules()
public abstract String[][] getLegacyServiceModules()
protected void addRelease(String... bundleSymbolicNames)
throws SQLException
SQLExceptionprotected void doUpgrade()
throws Exception
doUpgrade in class UpgradeProcessExceptionprotected boolean hasServiceComponent(String buildNamespace)
throws SQLException
SQLExceptionprotected void updateConvertedLegacyModules()
throws IOException,
SQLException
IOExceptionSQLExceptionprotected void updateExtractedModules()
throws SQLException
SQLExceptionprotected void updateLegacyServiceModules()
throws Exception
Exceptionprotected void updateServletContextName(String oldServletContextName,
String newServletContextName)
throws IOException,
SQLException
IOExceptionSQLException