| Package | Description |
|---|---|
| org.bonitasoft.platform.configuration.impl | |
| org.bonitasoft.platform.configuration.type | |
| org.bonitasoft.platform.configuration.util |
| Constructor and Description |
|---|
BonitaConfigurationContentTypeCleaner(ConfigurationType type,
long tenantId) |
BonitaConfigurationPreparedStatementCleaner(List<BonitaConfiguration> bonitaConfigurations,
ConfigurationType type,
long tenantId) |
BonitaConfigurationPreparedStatementSetter(List<BonitaConfiguration> bonitaConfigurations,
String dbVendor,
ConfigurationType type,
long tenantId) |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationType |
ConfigurationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationType[] |
ConfigurationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CleanAndStoreConfigurationInTransaction(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
String dbVendor,
List<BonitaConfiguration> bonitaConfigurations,
ConfigurationType type,
long tenantId) |
GetConfigurationInTransaction(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
long tenantId,
ConfigurationType type,
String resourceName) |
GetConfigurationsInTransaction(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
long tenantId,
ConfigurationType type) |
StoreConfigurationInTransaction(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
String dbVendor,
List<BonitaConfiguration> bonitaConfigurations,
ConfigurationType type,
long tenantId) |
Copyright © 2017 Bonitasoft. All rights reserved.