Uses of Class
org.exoplatform.commons.api.notification.model.PluginInfo
Packages that use PluginInfo
Package
Description
-
Uses of PluginInfo in org.exoplatform.commons.api.notification.model
Methods in org.exoplatform.commons.api.notification.model that return PluginInfoModifier and TypeMethodDescriptionPluginInfo.end()PluginInfo.setBundlePath(String bundlePath) PluginInfo.setOrder(int order) PluginInfo.setResourceBundleKey(String resourceBundleKey) Methods in org.exoplatform.commons.api.notification.model that return types with arguments of type PluginInfoMethods in org.exoplatform.commons.api.notification.model with parameters of type PluginInfoMethod parameters in org.exoplatform.commons.api.notification.model with type arguments of type PluginInfoModifier and TypeMethodDescriptionvoidGroupProvider.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 PluginInfoModifier and TypeMethodDescriptionPluginSettingService.getActivePlugins(String channelId) Gets information of all active plugins by channel.PluginSettingService.getAllPlugins()Gets information of all plugins.