Uses of Class
org.exoplatform.commons.api.notification.channel.AbstractChannel
Packages that use AbstractChannel
Package
Description
-
Uses of AbstractChannel in org.exoplatform.commons.api.notification.channel
Methods in org.exoplatform.commons.api.notification.channel that return AbstractChannelModifier and TypeMethodDescriptionChannelManager.getChannel(ChannelKey key) Gets the channel by the specified keyMethods in org.exoplatform.commons.api.notification.channel that return types with arguments of type AbstractChannelModifier and TypeMethodDescriptionChannelManager.getChannels()Gets list of the channelsdefault List<AbstractChannel> ChannelManager.getDefaultChannels()This will useisDefaultChannel()to determine whether the channel will be enabled for plugins by default or notdefault List<AbstractChannel> ChannelManager.getSpecificChannels()This will useisDefaultChannel()to determine whether the channel is specific for some plugins or notMethods in org.exoplatform.commons.api.notification.channel with parameters of type AbstractChannelModifier and TypeMethodDescriptionvoidChannelManager.register(AbstractChannel channel) Register new channelvoidChannelManager.unregister(AbstractChannel channel) Unregister the specified channel -
Uses of AbstractChannel in org.exoplatform.commons.api.notification.lifecycle
Methods in org.exoplatform.commons.api.notification.lifecycle that return AbstractChannelMethods in org.exoplatform.commons.api.notification.lifecycle with parameters of type AbstractChannelModifier and TypeMethodDescriptionvoidAbstractNotificationLifecycle.setChannel(AbstractChannel channel) Sets the channel to the lifecycle -
Uses of AbstractChannel in org.exoplatform.commons.api.notification.model
Methods in org.exoplatform.commons.api.notification.model with parameters of type AbstractChannelConstructors in org.exoplatform.commons.api.notification.model with parameters of type AbstractChannel