Uses of Class
org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-
-
Uses of BaseNotificationPlugin in org.exoplatform.commons.api.notification.command
Methods in org.exoplatform.commons.api.notification.command that return BaseNotificationPlugin Modifier and Type Method Description BaseNotificationPluginNotificationCommand. getPlugin()Gets a plugin associated with the notification command. -
Uses of BaseNotificationPlugin in org.exoplatform.commons.api.notification.model
Methods in org.exoplatform.commons.api.notification.model with parameters of type BaseNotificationPlugin Modifier and Type Method Description static PluginKeyPluginKey. key(BaseNotificationPlugin plugin)Constructors in org.exoplatform.commons.api.notification.model with parameters of type BaseNotificationPlugin Constructor Description PluginKey(BaseNotificationPlugin plugin) -
Uses of BaseNotificationPlugin in org.exoplatform.commons.api.notification.plugin
Subclasses of BaseNotificationPlugin in org.exoplatform.commons.api.notification.plugin Modifier and Type Class Description classAbstractNotificationChildPluginclassAbstractNotificationPlugin -
Uses of BaseNotificationPlugin in org.exoplatform.commons.api.notification.service.setting
Methods in org.exoplatform.commons.api.notification.service.setting that return BaseNotificationPlugin Modifier and Type Method Description BaseNotificationPluginPluginContainer. getPlugin(PluginKey key)Gets plugin by NotificationKeyMethods in org.exoplatform.commons.api.notification.service.setting with parameters of type BaseNotificationPlugin Modifier and Type Method Description voidPluginContainer. addPlugin(BaseNotificationPlugin plugin)Register plugin in Container
-