Uses of Class
org.exoplatform.commons.api.notification.model.MessageInfo
Packages that use MessageInfo
Package
Description
-
Uses of MessageInfo in org.exoplatform.commons.api.notification.channel.template
Methods in org.exoplatform.commons.api.notification.channel.template that return MessageInfoModifier and TypeMethodDescriptionAbstractTemplateBuilder.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 MessageInfoModifier and TypeMethodDescriptionMessageInfo.end()Finishes to assign states to current MessageInfo instanceSets the uuid of messageInfo nodeMessageInfo.setNumberOnBadge(int numberOnBadge) Sets the badge number of the user -
Uses of MessageInfo in org.exoplatform.commons.api.notification.plugin
Methods in org.exoplatform.commons.api.notification.plugin that return MessageInfoModifier and TypeMethodDescriptionAbstractNotificationPlugin.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 MessageInfoModifier and TypeMethodDescriptionbooleanQueueMessage.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 MessageInfoModifier and TypeMethodDescriptionDigestorService.buildMessage(NotificationContext context, Map<PluginKey, List<NotificationInfo>> notificationData, UserSetting userSetting) Builds information of a message from a list of notification messages.