Uses of Enum Class
tigase.muc.Role
Packages that use Role
-
Uses of Role in tigase.muc
Methods in tigase.muc that return RoleModifier and TypeMethodDescriptionstatic RoleRoom.getDefaultRole(RoomConfig config, Affiliation affiliation) static RoleReturns the enum constant of this class with the specified name.static Role[]Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.muc with parameters of type RoleModifier and TypeMethodDescriptionvoidRoom.addOccupantByJid(tigase.xmpp.jid.JID senderJid, String nickName, Role role, tigase.xml.Element pe) booleanRole.higherThan(Role role) booleanvoidRoom.setNewRole(String nickname, Role newRole) -
Uses of Role in tigase.muc.modules
Methods in tigase.muc.modules that return RoleModifier and TypeMethodDescriptionprotected static RoleModeratorModule.getRole(tigase.xml.Element item) Methods in tigase.muc.modules with parameters of type RoleModifier and TypeMethodDescriptionprotected voidModeratorModule.checkItem(Room room, tigase.xml.Element item, tigase.xmpp.jid.JID senderJid, Affiliation senderaAffiliation, Role senderRole) protected tigase.server.PacketModeratorModule.makePresence(tigase.xmpp.jid.JID destinationJid, tigase.xmpp.jid.BareJID roomJID, Room room, tigase.xmpp.jid.BareJID occupantJid, boolean unavailable, Affiliation affiliation, Role role, String nick, String reason, String actor, String... codes) PresenceModule.PresenceWrapper.preparePresenceW(Room room, tigase.xmpp.jid.JID destinationJID, tigase.xml.Element presence, tigase.xmpp.jid.BareJID occupantBareJID, Collection<tigase.xmpp.jid.JID> occupantJIDs, String occupantNickname, Affiliation occupantAffiliation, Role occupantRole) protected voidModeratorModule.processMatchingItems(tigase.server.Packet iq, Room room, Affiliation filterAffiliation, Role filterRole, Collection<tigase.muc.modules.ModeratorModule.Item> resultItems) protected voidModeratorModule.processSetAffiliation(Room room, tigase.xml.Element item, Affiliation newAffiliation, Role newRole, String reason, String actor) protected voidModeratorModule.processSetRole(Room room, String occupantNick, Role newRole, String reason, String actor)