Package | Description |
---|---|
org.guvnor.structure.server.config | |
org.guvnor.structure.server.deployment |
Modifier and Type | Method and Description |
---|---|
ConfigGroup |
ConfigurationFactory.newConfigGroup(ConfigType type,
String name,
String description) |
ConfigGroup |
ConfigurationFactory.newConfigGroup(ConfigType type,
String namespace,
String name,
String description) |
Modifier and Type | Method and Description |
---|---|
List<ConfigGroup> |
ConfigurationService.getConfiguration(ConfigType type) |
List<ConfigGroup> |
ConfigurationService.getConfiguration(ConfigType type,
String namespace) |
Map<String,List<ConfigGroup>> |
ConfigurationService.getConfigurationByNamespace(ConfigType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConfigurationService.addConfiguration(ConfigGroup configGroup) |
boolean |
ConfigurationService.removeConfiguration(ConfigGroup configGroup) |
boolean |
ConfigurationService.updateConfiguration(ConfigGroup configGroup) |
Modifier and Type | Method and Description |
---|---|
DeploymentConfig |
DeploymentConfigFactory.newDeployment(ConfigGroup groupConfig) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.