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 Summary
ConstructorsConstructorDescriptionNotificationCommandImpl(org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin plugin) -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.commons.api.notification.model.PluginKeyorg.exoplatform.commons.api.notification.plugin.BaseNotificationPluginorg.exoplatform.commons.api.notification.model.NotificationInfoprocessNotification(org.exoplatform.commons.api.notification.NotificationContext ctx) toString()
-
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:
getPluginin interfaceorg.exoplatform.commons.api.notification.command.NotificationCommand
-
getNotificationKey
public org.exoplatform.commons.api.notification.model.PluginKey getNotificationKey()- Specified by:
getNotificationKeyin interfaceorg.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:
processNotificationin interfaceorg.exoplatform.commons.api.notification.command.NotificationCommand
-
toString
-