Uses of Class
org.exoplatform.commons.api.notification.model.ChannelKey
-
-
Uses of ChannelKey in org.exoplatform.commons.api.notification.channel
Methods in org.exoplatform.commons.api.notification.channel that return ChannelKey Modifier and Type Method Description abstract ChannelKeyAbstractChannel. getKey()Gets Channel KeyMethods in org.exoplatform.commons.api.notification.channel with parameters of type ChannelKey Modifier and Type Method Description AbstractChannelChannelManager. getChannel(ChannelKey key)Gets the channel by the specified keyAbstractNotificationLifecycleChannelManager. getLifecycle(ChannelKey key)Gets the lifecycle by the ChannelKey -
Uses of ChannelKey in org.exoplatform.commons.api.notification.channel.template
Methods in org.exoplatform.commons.api.notification.channel.template that return ChannelKey Modifier and Type Method Description ChannelKeyTemplateProvider. getChannelKey()Gets channelId -
Uses of ChannelKey in org.exoplatform.commons.api.notification.model
Methods in org.exoplatform.commons.api.notification.model that return ChannelKey Modifier and Type Method Description ChannelKeyNotificationInfo. getChannelKey()Gets the channel key of the notificationstatic ChannelKeyChannelKey. key(String id)static ChannelKeyChannelKey. key(AbstractChannel channel)Methods in org.exoplatform.commons.api.notification.model with parameters of type ChannelKey Modifier and Type Method Description voidNotificationInfo. setChannelKey(ChannelKey channelKey)Sets the channel of the notification -
Uses of ChannelKey in org.exoplatform.commons.api.notification.service.template
Methods in org.exoplatform.commons.api.notification.service.template that return ChannelKey Modifier and Type Method Description ChannelKeyTemplateContext. getChannelKey()Methods in org.exoplatform.commons.api.notification.service.template with parameters of type ChannelKey Modifier and Type Method Description TemplateContextTemplateContext. channelKey(ChannelKey channelKey)static TemplateContextTemplateContext. newChannelInstance(ChannelKey channelKey, String pluginId, String language)
-