Uses of Enum Class
tigase.mix.model.ChannelNodePermission
Packages that use ChannelNodePermission
-
Uses of ChannelNodePermission in tigase.mix.model
Subclasses with type arguments of type ChannelNodePermission in tigase.mix.modelFields in tigase.mix.model with type parameters of type ChannelNodePermissionModifier and TypeFieldDescriptionstatic List<ChannelNodePermission> ChannelNodePermission.ADMINISTRATOR_MESSAGE_RETRACTION_RIGHTSstatic List<ChannelNodePermission> ChannelNodePermission.ALLOWED_NODE_SUBSCRIPTIONSstatic List<ChannelNodePermission> ChannelNodePermission.AVATAR_NODES_UPDATE_RIGHTSstatic List<ChannelNodePermission> ChannelNodePermission.BANNED_NODE_SUBSCRIPTIONSstatic List<ChannelNodePermission> ChannelNodePermission.CONFIGURATION_NODE_ACCESSstatic List<ChannelNodePermission> ChannelNodePermission.INFORMATION_NODE_SUBSCRIPTIONSstatic List<ChannelNodePermission> ChannelNodePermission.INFORMATION_NODE_UPDATE_RIGHTSstatic List<ChannelNodePermission> ChannelNodePermission.MESSAGE_NODE_SUBSCRIPTIONSstatic List<ChannelNodePermission> ChannelNodePermission.PARTICIPANTS_NODE_SUBSCRIPTIONSstatic List<ChannelNodePermission> ChannelNodePermission.PRESENCE_NODE_SUBSCRIPTIONSMethods in tigase.mix.model that return ChannelNodePermissionModifier and TypeMethodDescriptionChannelConfiguration.getAdministratorMessageRetractionRights()ChannelConfiguration.getAvatarNodesUpdateRights()ChannelConfiguration.getConfigurationNodeAccess()ChannelConfiguration.getInformationNodeSubscription()ChannelConfiguration.getInformationNodeUpdateRights()ChannelConfiguration.getMessagesNodeSubscription()ChannelConfiguration.getParticipantsNodeSubscription()static ChannelNodePermissionReturns the enum constant of this class with the specified name.static ChannelNodePermission[]ChannelNodePermission.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.mix.model with parameters of type ChannelNodePermissionModifier and TypeMethodDescriptionprotected voidDefaultMixLogic.generateAffiliationChangesNotificationsForNodeUpdateRights(tigase.xmpp.jid.BareJID channelJID, ChannelConfiguration configuration, ChannelNodePermission oldPermission, ChannelNodePermission newPermission, String node, Consumer<tigase.server.Packet> packetConsumer)