public class ConfigValueImpl extends Object implements de.cinovo.cloudconductor.api.interfaces.IConfigValue
| Constructor and Description |
|---|
ConfigValueImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String template,
String key) |
void |
delete(String template,
String service,
String key) |
Map<String,String> |
get(String template) |
Map<String,String> |
get(String template,
String service) |
String |
get(String template,
String service,
String key) |
void |
save(String template,
de.cinovo.cloudconductor.api.model.KeyValue apiObject) |
void |
save(String template,
String service,
de.cinovo.cloudconductor.api.model.KeyValue apiObject) |
@Transactional public Map<String,String> get(String template)
get in interface de.cinovo.cloudconductor.api.interfaces.IConfigValue@Transactional public Map<String,String> get(String template, String service)
get in interface de.cinovo.cloudconductor.api.interfaces.IConfigValue@Transactional public String get(String template, String service, String key)
get in interface de.cinovo.cloudconductor.api.interfaces.IConfigValue@Transactional public void save(String template, String service, de.cinovo.cloudconductor.api.model.KeyValue apiObject)
save in interface de.cinovo.cloudconductor.api.interfaces.IConfigValue@Transactional public void save(String template, de.cinovo.cloudconductor.api.model.KeyValue apiObject)
save in interface de.cinovo.cloudconductor.api.interfaces.IConfigValue@Transactional public void delete(String template, String service, String key)
delete in interface de.cinovo.cloudconductor.api.interfaces.IConfigValueCopyright © 2014 Cinovo AG. All Rights Reserved.