| 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
|
List<File> |
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) |
List<File> |
ConfigurationServiceImpl.writeAllConfigurationToFolder(File configurationFolder,
File licenseFolder) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptExecutor.createAndInitializePlatformIfNecessary() |
void |
ScriptExecutor.createTables() |
void |
ScriptExecutor.deleteTables() |
void |
PlatformSetup.destroy() |
static PlatformSetup |
PlatformSetupApplication.getPlatformSetup(String[] args) |
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()
Entry point to retrieve all configuration files and write them to folder
each file will be located under sub folder according to its purpose.
|
void |
PlatformSetup.pull(Path configurationFolder,
Path licensesFolder) |
void |
PlatformSetup.push()
push all configuration files and licenses
|
| Modifier and Type | Method and Description |
|---|---|
void |
PushCommand.execute(org.apache.commons.cli.Options options,
String... args) |
void |
InitCommand.execute(org.apache.commons.cli.Options options,
String... args) |
void |
HelpCommand.execute(org.apache.commons.cli.Options options,
String... args) |
void |
PullCommand.execute(org.apache.commons.cli.Options options,
String... args) |
abstract void |
PlatformSetupCommand.execute(org.apache.commons.cli.Options options,
String... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigureCommand.execute(org.apache.commons.cli.Options options,
String... args) |
String |
PropertyReader.getPropertyAndFailIfNull(String propertyName) |
Properties |
PropertyLoader.loadProperties() |
| Constructor and Description |
|---|
DatabaseConfiguration(String prefix,
Properties properties,
Path rootPath) |
| 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 © 2017 Bonitasoft. All rights reserved.