public class ConfigPlugin extends PluginActivator implements ConfigService, PostCreateTopic
bundle, dmx, mf
Constructor and Description |
---|
ConfigPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
createConfigTopic(String configTypeUri,
Topic topic) |
systems.dmx.config.ConfigDefinitions |
getConfigDefinitions() |
RelatedTopic |
getConfigTopic(String configTypeUri,
long topicId) |
void |
postCreateTopic(Topic topic) |
void |
registerConfigDefinition(ConfigDefinition configDef) |
void |
unregisterConfigDefinition(String configTypeUri) |
getBundleContext, getPluginName, getStaticResource, getUri, init, preInstall, publishFileSystem, serviceArrived, serviceGone, setCoreService, shutdown, start, stop, toString
public RelatedTopic getConfigTopic(String configTypeUri, long topicId)
getConfigTopic
in interface ConfigService
public void createConfigTopic(String configTypeUri, Topic topic)
createConfigTopic
in interface ConfigService
public void registerConfigDefinition(ConfigDefinition configDef)
registerConfigDefinition
in interface ConfigService
public void unregisterConfigDefinition(String configTypeUri)
unregisterConfigDefinition
in interface ConfigService
public systems.dmx.config.ConfigDefinitions getConfigDefinitions()
public void postCreateTopic(Topic topic)
postCreateTopic
in interface PostCreateTopic
Copyright © 2020. All Rights Reserved.