| Package | Description | 
|---|---|
| systems.dmx.config | 
| Modifier and Type | Field and Description | 
|---|---|
private Map<String,List<ConfigDefinition>> | 
ConfigPlugin.registry
Key: the "configurable URI" as a config target's hash key, that is either "topicUri:{uri}" or "typeUri:{uri}". 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private ConfigDefinition | 
ConfigPlugin.findByConfigTypeUri(List<ConfigDefinition> configDefs,
                   String configTypeUri)  | 
private ConfigDefinition | 
ConfigPlugin.getApplicableConfigDefinition(Topic topic,
                             String configTypeUri)
Returns the config definition for the given config type that is applicable to the given topic. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private List<ConfigDefinition> | 
ConfigPlugin.getApplicableConfigDefinitions(Topic topic)
Returns all config definitions applicable to a given topic. 
 | 
private List<ConfigDefinition> | 
ConfigPlugin.lookupConfigDefinitions(String hashKey)  | 
| Modifier and Type | Method and Description | 
|---|---|
private RelatedTopic | 
ConfigPlugin._createConfigTopic(ConfigDefinition configDef,
                  Topic topic)  | 
private boolean | 
ConfigPlugin.isRegistered(ConfigDefinition configDef)  | 
void | 
ConfigPlugin.registerConfigDefinition(ConfigDefinition configDef)  | 
void | 
ConfigService.registerConfigDefinition(ConfigDefinition configDef)  | 
| Modifier and Type | Method and Description | 
|---|---|
private ConfigDefinition | 
ConfigPlugin.findByConfigTypeUri(List<ConfigDefinition> configDefs,
                   String configTypeUri)  | 
Copyright © 2018. All Rights Reserved.