Uses of Class
org.exoplatform.commons.api.notification.model.PluginKey
Packages that use PluginKey
Package
Description
-
Uses of PluginKey in org.exoplatform.commons.api.notification
Methods in org.exoplatform.commons.api.notification with parameters of type PluginKeyModifier and TypeMethodDescriptionNotificationContext.makeCommand(PluginKey key) Makes the NotificationCommand by the NotificationKey -
Uses of PluginKey in org.exoplatform.commons.api.notification.channel
Methods in org.exoplatform.commons.api.notification.channel with parameters of type PluginKeyModifier and TypeMethodDescriptionAbstractChannel.getTemplateBuilder(PluginKey key) Gets the template builder by the specified PluginKeyprotected abstract AbstractTemplateBuilderAbstractChannel.getTemplateBuilderInChannel(PluginKey key) AbstractChannel.getTemplateFilePath(PluginKey key) Gets the template by the specified pluginIdbooleanAbstractChannel.hasTemplateBuilder(PluginKey key) Has the template builder of the plugin and the channel -
Uses of PluginKey in org.exoplatform.commons.api.notification.channel.template
Fields in org.exoplatform.commons.api.notification.channel.template with type parameters of type PluginKeyModifier and TypeFieldDescriptionprotected final Map<PluginKey,AbstractTemplateBuilder> TemplateProvider.templateBuildersTemplateProvider.templateFilePathsMethods in org.exoplatform.commons.api.notification.channel.template that return types with arguments of type PluginKeyModifier and TypeMethodDescriptionTemplateProvider.getTemplateBuilder()Gets all of the template builder what assigned the channelTemplateProvider.getTemplateFilePathConfigs()Gets all of the template files -
Uses of PluginKey in org.exoplatform.commons.api.notification.command
Methods in org.exoplatform.commons.api.notification.command that return PluginKeyModifier and TypeMethodDescriptionNotificationCommand.getNotificationKey()Gets a notification key associated with the notification command. -
Uses of PluginKey in org.exoplatform.commons.api.notification.model
Methods in org.exoplatform.commons.api.notification.model that return PluginKeyModifier and TypeMethodDescriptionNotificationInfo.getKey()static PluginKeystatic PluginKeyPluginKey.key(BaseNotificationPlugin plugin) Methods in org.exoplatform.commons.api.notification.model with parameters of type PluginKeyConstructor parameters in org.exoplatform.commons.api.notification.model with type arguments of type PluginKeyModifierConstructorDescriptionWebNotificationFilter(String userId, List<PluginKey> pluginKeys, boolean onPopover) -
Uses of PluginKey in org.exoplatform.commons.api.notification.plugin
Methods in org.exoplatform.commons.api.notification.plugin that return PluginKey -
Uses of PluginKey in org.exoplatform.commons.api.notification.service.setting
Methods in org.exoplatform.commons.api.notification.service.setting that return types with arguments of type PluginKeyModifier and TypeMethodDescriptionPluginContainer.getChildPluginKeys(PluginKey parentKey) Gets all children plugin keys in pluginMethods in org.exoplatform.commons.api.notification.service.setting with parameters of type PluginKeyModifier and TypeMethodDescriptionPluginContainer.getChildPluginKeys(PluginKey parentKey) Gets all children plugin keys in pluginGets plugin by NotificationKeybooleanRemoves plugin in Container -
Uses of PluginKey in org.exoplatform.commons.api.notification.service.storage
Methods in org.exoplatform.commons.api.notification.service.storage that return types with arguments of type PluginKeyModifier and TypeMethodDescriptionMailNotificationStorage.getByUser(NotificationContext context, UserSetting userSetting) Gets information of all notifications of a user. -
Uses of PluginKey in org.exoplatform.commons.api.notification.service.template
Method parameters in org.exoplatform.commons.api.notification.service.template with type arguments of type PluginKeyModifier and TypeMethodDescriptionDigestorService.buildMessage(NotificationContext context, Map<PluginKey, List<NotificationInfo>> notificationData, UserSetting userSetting) Builds information of a message from a list of notification messages.