@ProviderType 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 void |
setCreateIGImageDocumentType(boolean createIGImageDocumentType) |
static boolean |
upgradeProcess(int buildNumber,
List<UpgradeProcess> upgradeProcesses) |
static boolean |
upgradeProcess(int buildNumber,
List<UpgradeProcess> upgradeProcesses,
boolean indexOnUpgrade) |
public static String getDefaultLanguageId(long companyId) throws SQLException
SQLExceptionpublic static List<UpgradeProcess> initUpgradeProcesses(ClassLoader classLoader, String[] upgradeProcessClassNames)
public static boolean isCreateIGImageDocumentType()
public static void setCreateIGImageDocumentType(boolean createIGImageDocumentType)
public static boolean upgradeProcess(int buildNumber,
List<UpgradeProcess> upgradeProcesses)
throws UpgradeException
UpgradeExceptionpublic static boolean upgradeProcess(int buildNumber,
List<UpgradeProcess> upgradeProcesses,
boolean indexOnUpgrade)
throws UpgradeException
UpgradeException