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