Uses of Class
org.exoplatform.commons.api.notification.model.MessageInfo
-
-
Uses of MessageInfo in org.exoplatform.commons.api.notification.channel.template
Methods in org.exoplatform.commons.api.notification.channel.template that return MessageInfo Modifier and Type Method Description MessageInfoAbstractTemplateBuilder. buildMessage(NotificationContext ctx)Makes massageprotected abstract MessageInfoAbstractTemplateBuilder. makeMessage(NotificationContext ctx)Makes the MessageInfor from given NotificationMessage what keep inside NotificationContextprotected MessageInfoPluginTemplateBuilderAdapter. makeMessage(NotificationContext ctx) -
Uses of MessageInfo in org.exoplatform.commons.api.notification.model
Methods in org.exoplatform.commons.api.notification.model that return MessageInfo Modifier and Type Method Description MessageInfoMessageInfo. body(String body)MessageInfoMessageInfo. end()Finishes to assign states to current MessageInfo instanceMessageInfoMessageInfo. footer(String footer)MessageInfoMessageInfo. from(String from)MessageInfoMessageInfo. pluginId(String pluginId)MessageInfoMessageInfo. setId(String id)Sets the uuid of messageInfo nodeMessageInfoMessageInfo. setNumberOnBadge(int numberOnBadge)Sets the badge number of the userMessageInfoMessageInfo. subject(String subject)MessageInfoMessageInfo. to(String to) -
Uses of MessageInfo in org.exoplatform.commons.api.notification.plugin
Methods in org.exoplatform.commons.api.notification.plugin that return MessageInfo Modifier and Type Method Description MessageInfoAbstractNotificationPlugin. buildMessage(NotificationContext ctx)Makes massageprotected abstract MessageInfoAbstractNotificationPlugin. makeMessage(NotificationContext ctx)Makes the MessageInfor from given NotificationMessage what keep inside NotificationContext -
Uses of MessageInfo in org.exoplatform.commons.api.notification.service
Methods in org.exoplatform.commons.api.notification.service with parameters of type MessageInfo Modifier and Type Method Description booleanQueueMessage. put(MessageInfo message)Puts the message into the queuebooleanQueueMessage. sendMessage(MessageInfo message)Sends mail instantly without passing by queue (use directly the mail service). -
Uses of MessageInfo in org.exoplatform.commons.api.notification.service.template
Methods in org.exoplatform.commons.api.notification.service.template that return MessageInfo Modifier and Type Method Description MessageInfoDigestorService. buildMessage(NotificationContext context, Map<PluginKey,List<NotificationInfo>> notificationData, UserSetting userSetting)Builds information of a message from a list of notification messages.
-