Uses of Class
org.exoplatform.news.notification.utils.NotificationConstants.NOTIFICATION_CONTEXT
-
Packages that use NotificationConstants.NOTIFICATION_CONTEXT Package Description org.exoplatform.news.notification.plugin org.exoplatform.news.notification.utils org.exoplatform.news.service.impl -
-
Uses of NotificationConstants.NOTIFICATION_CONTEXT in org.exoplatform.news.notification.plugin
Fields in org.exoplatform.news.notification.plugin with type parameters of type NotificationConstants.NOTIFICATION_CONTEXT Modifier and Type Field Description static org.exoplatform.commons.api.notification.model.ArgumentLiteral<NotificationConstants.NOTIFICATION_CONTEXT>MentionInNewsNotificationPlugin. CONTEXTstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<NotificationConstants.NOTIFICATION_CONTEXT>PostNewsNotificationPlugin. CONTEXT -
Uses of NotificationConstants.NOTIFICATION_CONTEXT in org.exoplatform.news.notification.utils
Methods in org.exoplatform.news.notification.utils that return NotificationConstants.NOTIFICATION_CONTEXT Modifier and Type Method Description static NotificationConstants.NOTIFICATION_CONTEXTNotificationConstants.NOTIFICATION_CONTEXT. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationConstants.NOTIFICATION_CONTEXT[]NotificationConstants.NOTIFICATION_CONTEXT. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NotificationConstants.NOTIFICATION_CONTEXT in org.exoplatform.news.service.impl
Methods in org.exoplatform.news.service.impl with parameters of type NotificationConstants.NOTIFICATION_CONTEXT Modifier and Type Method Description voidNewsServiceImpl. sendNotification(String currentUserId, News news, NotificationConstants.NOTIFICATION_CONTEXT context)
-