public abstract class NotificationProcess extends Object
| Constructor and Description |
|---|
NotificationProcess() |
| Modifier and Type | Method and Description |
|---|---|
NotificationProcess |
getNext() |
void |
process(org.exoplatform.commons.api.notification.model.UserSetting setting,
org.exoplatform.commons.api.notification.model.NotificationInfo notification)
Process the notification base on userSetting and notificationMessage.
|
void |
setNext(NotificationProcess next) |
public void setNext(NotificationProcess next)
public NotificationProcess getNext()
public void process(org.exoplatform.commons.api.notification.model.UserSetting setting,
org.exoplatform.commons.api.notification.model.NotificationInfo notification)
setting - the settingnotification - the notificationMessageCopyright © 2003–2015 eXo Platform SAS. All rights reserved.