public class UpgradeProcessUtil
extends Object
| Constructor and Description |
|---|
UpgradeProcessUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDefaultLanguageId(long companyId) |
static List<UpgradeProcess> |
initUpgradeProcesses(ClassLoader classLoader,
String[] upgradeProcessClassNames) |
static boolean |
isCreateIGImageDocumentType() |
static boolean |
isRequiredSchemaVersion(Version currentSchemaVersion,
Version newSchemaVersion) |
static void |
setCreateIGImageDocumentType(boolean createIGImageDocumentType) |
static boolean |
upgradeProcess(int buildNumber,
List<UpgradeProcess> upgradeProcesses) |
static boolean |
upgradeProcess(int buildNumber,
List<UpgradeProcess> upgradeProcesses,
boolean indexOnUpgrade)
Deprecated.
As of Athanasius (7.3.x), replaced by
upgradeProcess(int, List) ()} |
public static String getDefaultLanguageId(long companyId)
throws SQLException
SQLExceptionpublic static List<UpgradeProcess> initUpgradeProcesses(ClassLoader classLoader, String[] upgradeProcessClassNames)
public static boolean isCreateIGImageDocumentType()
public static boolean isRequiredSchemaVersion(Version currentSchemaVersion, Version newSchemaVersion)
public static void setCreateIGImageDocumentType(boolean createIGImageDocumentType)
public static boolean upgradeProcess(int buildNumber,
List<UpgradeProcess> upgradeProcesses)
throws UpgradeException
UpgradeException@Deprecated
public static boolean upgradeProcess(int buildNumber,
List<UpgradeProcess> upgradeProcesses,
boolean indexOnUpgrade)
throws UpgradeException
upgradeProcess(int, List) ()}UpgradeException