Class NotificationCommandImpl

java.lang.Object
org.exoplatform.commons.notification.impl.command.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 Details

    • NotificationCommandImpl

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

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object