Uses of Class
org.exoplatform.commons.api.notification.model.PluginInfo
-
Packages that use PluginInfo Package Description org.exoplatform.commons.api.notification.model org.exoplatform.commons.api.notification.service.setting -
-
Uses of PluginInfo in org.exoplatform.commons.api.notification.model
Methods in org.exoplatform.commons.api.notification.model that return PluginInfo Modifier and Type Method Description PluginInfoPluginInfo. end()PluginInfoPluginInfo. setBundlePath(String bundlePath)PluginInfoPluginInfo. setChannelActive(String channelId)PluginInfoPluginInfo. setChannelActives(List<String> channelActives)PluginInfoPluginInfo. setOrder(int order)PluginInfoPluginInfo. setResourceBundleKey(String resourceBundleKey)PluginInfoPluginInfo. setType(String type)Methods in org.exoplatform.commons.api.notification.model that return types with arguments of type PluginInfo Modifier and Type Method Description List<PluginInfo>GroupProvider. getPluginInfos()Methods in org.exoplatform.commons.api.notification.model with parameters of type PluginInfo Modifier and Type Method Description voidGroupProvider. addPluginInfo(PluginInfo pluginInfo)Method parameters in org.exoplatform.commons.api.notification.model with type arguments of type PluginInfo Modifier and Type Method Description voidGroupProvider. setPluginInfos(List<PluginInfo> pluginInfos) -
Uses of PluginInfo in org.exoplatform.commons.api.notification.service.setting
Methods in org.exoplatform.commons.api.notification.service.setting that return types with arguments of type PluginInfo Modifier and Type Method Description List<PluginInfo>PluginSettingService. getActivePlugins(String channelId)Gets information of all active plugins by channel.List<PluginInfo>PluginSettingService. getAllPlugins()Gets information of all plugins.
-