| Modifier and Type | Method and Description |
|---|---|
List<BonitaConfiguration> |
ConfigurationService.getLicenses()
Retrieves all license files stored in database.
|
void |
ConfigurationService.storeAllConfiguration(File configurationRootFolder)
store whole configuration files for engine and portal, excluding licenses files
|
void |
ConfigurationService.storeLicenses(File licensesFolder)
read licensesFolder for license files
sub-folders are ignored
each *.lic file is stored in database
|
void |
ConfigurationService.storePlatformConfiguration(File configurationRootFolder)
store platform configuration files for engine
|
void |
ConfigurationService.storeTenantConfiguration(File configurationRootFolder,
long tenantId)
Read configuration files located under configuration root folder
each file is stored in database
|
void |
ConfigurationService.writeAllConfigurationToFolder(File configurationFolder,
File licenseFolder)
write all configuration files
directory structure :
.
|
| Modifier and Type | Method and Description |
|---|---|
List<BonitaConfiguration> |
ConfigurationServiceImpl.getLicenses() |
void |
ConfigurationServiceImpl.storeAllConfiguration(File configurationRootFolder) |
void |
ConfigurationServiceImpl.storeLicenses(File licensesFolder) |
void |
ConfigurationServiceImpl.storePlatformConfiguration(File configurationRootFolder) |
void |
ConfigurationServiceImpl.storeTenantConfiguration(File configurationRootFolder,
long tenantId) |
void |
ConfigurationServiceImpl.writeAllConfigurationToFolder(File configurationFolder,
File licenseFolder) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptExecutor.createAndInitializePlatformIfNecessary() |
void |
ScriptExecutor.createTables() |
void |
ScriptExecutor.deleteTables() |
void |
PlatformSetup.destroy() |
void |
PlatformSetup.init()
Entry point that create the tables and insert the default configuration
|
void |
ScriptExecutor.initializePlatformStructure() |
void |
PlatformSetup.initPlatformSetup() |
protected void |
ScriptExecutor.insertPlatform() |
void |
PlatformSetup.pull(Path configurationFolder,
Path licensesFolder) |
void |
PlatformSetup.push()
push all configuration files and licenses
|
void |
ConfigurationChecker.validate() |
| Modifier and Type | Method and Description |
|---|---|
String |
VersionService.getPlatformVersion()
Retrieves the platform version in database
|
boolean |
VersionService.isValidPlatformVersion()
Check if platform an platform setup tool are in same version
|
| Modifier and Type | Method and Description |
|---|---|
String |
VersionServiceImpl.getPlatformVersion() |
boolean |
VersionServiceImpl.isValidPlatformVersion() |
Copyright © 2016 Bonitasoft. All rights reserved.