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.ConfigDefs |
getConfigDefs() |
RelatedTopic |
getConfigTopic(String configTypeUri,
long topicId) |
void |
postCreateTopic(Topic topic) |
void |
registerConfigDef(ConfigDef configDef) |
void |
unregisterConfigDef(String configTypeUri) |
DirectivesResponse |
updateConfigTopic(long topicId,
TopicModel updateModel) |
getBundleContext, getPluginName, getStaticResource, getUri, init, preInstall, publishFileSystem, serviceArrived, serviceGone, setCoreService, shutdown, start, stop, toString
public systems.dmx.config.ConfigDefs getConfigDefs()
getConfigDefs
in interface ConfigService
public RelatedTopic getConfigTopic(String configTypeUri, long topicId)
getConfigTopic
in interface ConfigService
public DirectivesResponse updateConfigTopic(long topicId, TopicModel updateModel)
updateConfigTopic
in interface ConfigService
public void createConfigTopic(String configTypeUri, Topic topic)
createConfigTopic
in interface ConfigService
public void registerConfigDef(ConfigDef configDef)
registerConfigDef
in interface ConfigService
public void unregisterConfigDef(String configTypeUri)
unregisterConfigDef
in interface ConfigService
public void postCreateTopic(Topic topic)
postCreateTopic
in interface PostCreateTopic
Copyright © 2023. All Rights Reserved.