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
Constructors Constructor Description NotificationCommandImpl(org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin plugin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.commons.api.notification.model.PluginKeygetNotificationKey()org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugingetPlugin()org.exoplatform.commons.api.notification.model.NotificationInfoprocessNotification(org.exoplatform.commons.api.notification.NotificationContext ctx)StringtoString()
-
-
-
Method Detail
-
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
-
-