Class NotificationCommandImpl

  • All Implemented Interfaces:
    org.exoplatform.commons.api.notification.command.NotificationCommand

    public class NotificationCommandImpl
    extends Object
    implements org.exoplatform.commons.api.notification.command.NotificationCommand
    • Constructor Detail

      • NotificationCommandImpl

        public NotificationCommandImpl​(org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin plugin)
    • Method Detail

      • getPlugin

        public org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin getPlugin()
        Specified by:
        getPlugin in interface org.exoplatform.commons.api.notification.command.NotificationCommand
      • getNotificationKey

        public org.exoplatform.commons.api.notification.model.PluginKey getNotificationKey()
        Specified by:
        getNotificationKey in interface org.exoplatform.commons.api.notification.command.NotificationCommand
      • processNotification

        public org.exoplatform.commons.api.notification.model.NotificationInfo processNotification​(org.exoplatform.commons.api.notification.NotificationContext ctx)
        Specified by:
        processNotification in interface org.exoplatform.commons.api.notification.command.NotificationCommand