Uses of Class
tigase.mix.model.ChannelConfiguration
-
Packages that use ChannelConfiguration Package Description tigase.mix.model -
-
Uses of ChannelConfiguration in tigase.mix.model
Methods in tigase.mix.model that return ChannelConfiguration Modifier and Type Method Description ChannelConfigurationIMixRepository. getChannelConfiguration(tigase.xmpp.jid.BareJID channelJID)ChannelConfigurationMixRepository. getChannelConfiguration(tigase.xmpp.jid.BareJID channelJID)protected ChannelConfigurationMixRepository. loadChannelConfiguration(tigase.xmpp.jid.BareJID channelJID)Methods in tigase.mix.model with parameters of type ChannelConfiguration Modifier and Type Method Description voidDefaultMixLogic. generateAffiliationChangesNotifications(tigase.xmpp.jid.BareJID channelJid, ChannelConfiguration oldConfig, ChannelConfiguration newConfig, java.util.function.Consumer<tigase.server.Packet> packetConsumer)voidMixLogic. generateAffiliationChangesNotifications(tigase.xmpp.jid.BareJID channelJid, ChannelConfiguration oldConfig, ChannelConfiguration newConfig, java.util.function.Consumer<tigase.server.Packet> packetConsumer)protected voidDefaultMixLogic. generateAffiliationChangesNotificationsForNodeUpdateRights(tigase.xmpp.jid.BareJID channelJID, ChannelConfiguration configuration, ChannelNodePermission oldPermission, ChannelNodePermission newPermission, java.lang.String node, java.util.function.Consumer<tigase.server.Packet> packetConsumer)
-