public abstract class AbstractNotificationChildPlugin extends AbstractNotificationPlugin
| Constructor and Description |
|---|
AbstractNotificationChildPlugin(org.exoplatform.container.xml.InitParams initParams) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getParentPluginIds()
Gets the parents's id
|
abstract String |
makeContent(NotificationContext ctx) |
protected boolean |
makeDigest(NotificationContext ctx,
Writer writer)
Makes the Digest message from given NotificationMessage what keep inside NotificationContext
|
protected MessageInfo |
makeMessage(NotificationContext ctx)
Makes the MessageInfor from given NotificationMessage what keep inside NotificationContext
|
protected NotificationInfo |
makeNotification(NotificationContext ctx)
Makes MessageInfo from given information what keep inside NotificationContext
|
buildDigest, buildMessage, buildNotification, end, getId, getKey, getLanguage, getOrganizationService, getPluginConfigs, getTemplateEngine, isValid, setTemplateEngine, startpublic AbstractNotificationChildPlugin(org.exoplatform.container.xml.InitParams initParams)
protected NotificationInfo makeNotification(NotificationContext ctx)
AbstractNotificationPluginmakeNotification in class AbstractNotificationPluginprotected MessageInfo makeMessage(NotificationContext ctx)
AbstractNotificationPluginmakeMessage in class AbstractNotificationPluginprotected boolean makeDigest(NotificationContext ctx, Writer writer)
AbstractNotificationPluginmakeDigest in class AbstractNotificationPluginpublic abstract String makeContent(NotificationContext ctx)
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.