Uses of Class
org.exoplatform.commons.api.notification.channel.AbstractChannel
-
Packages that use AbstractChannel Package Description org.exoplatform.commons.api.notification.channel org.exoplatform.commons.api.notification.lifecycle org.exoplatform.commons.api.notification.model -
-
Uses of AbstractChannel in org.exoplatform.commons.api.notification.channel
Methods in org.exoplatform.commons.api.notification.channel that return AbstractChannel Modifier and Type Method Description AbstractChannelChannelManager. getChannel(ChannelKey key)Gets the channel by the specified keyMethods in org.exoplatform.commons.api.notification.channel that return types with arguments of type AbstractChannel Modifier and Type Method Description List<AbstractChannel>ChannelManager. getChannels()Gets list of the channelsMethods in org.exoplatform.commons.api.notification.channel with parameters of type AbstractChannel Modifier and Type Method Description voidChannelManager. 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 AbstractChannel Modifier and Type Method Description AbstractChannelAbstractNotificationLifecycle. getChannel()Gets the channelMethods in org.exoplatform.commons.api.notification.lifecycle with parameters of type AbstractChannel Modifier and Type Method Description voidAbstractNotificationLifecycle. 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 AbstractChannel Modifier and Type Method Description static ChannelKeyChannelKey. key(AbstractChannel channel)Constructors in org.exoplatform.commons.api.notification.model with parameters of type AbstractChannel Constructor Description ChannelKey(AbstractChannel channel)
-