Uses of Class
tigase.muc.Role
-
Packages that use Role Package Description tigase.muc tigase.muc.modules -
-
Uses of Role in tigase.muc
Methods in tigase.muc that return Role Modifier and Type Method Description static RoleRoom. getDefaultRole(RoomConfig config, Affiliation affiliation)RoleRoom. getRole(java.lang.String nickname)static RoleRole. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Role[]Role. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.muc with parameters of type Role Modifier and Type Method Description voidRoom. addOccupantByJid(tigase.xmpp.jid.JID senderJid, java.lang.String nickName, Role role, tigase.xml.Element pe)booleanRole. higherThan(Role role)booleanRole. lowerThan(Role role)voidRoom. setNewRole(java.lang.String nickname, Role newRole) -
Uses of Role in tigase.muc.modules
Methods in tigase.muc.modules that return Role Modifier and Type Method Description protected static RoleModeratorModule. getRole(tigase.xml.Element item)Methods in tigase.muc.modules with parameters of type Role Modifier and Type Method Description protected 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, java.lang.String nick, java.lang.String reason, java.lang.String actor, java.lang.String... codes)static PresenceModule.PresenceWrapperPresenceModule.PresenceWrapper. preparePresenceW(Room room, tigase.xmpp.jid.JID destinationJID, tigase.xml.Element presence, tigase.xmpp.jid.BareJID occupantBareJID, java.util.Collection<tigase.xmpp.jid.JID> occupantJIDs, java.lang.String occupantNickname, Affiliation occupantAffiliation, Role occupantRole)protected voidModeratorModule. processMatchingItems(tigase.server.Packet iq, Room room, Affiliation filterAffiliation, Role filterRole, java.util.Collection<tigase.muc.modules.ModeratorModule.Item> resultItems)protected voidModeratorModule. processSetAffiliation(Room room, tigase.xml.Element item, Affiliation newAffiliation, Role newRole, java.lang.String reason, java.lang.String actor)protected voidModeratorModule. processSetRole(Room room, java.lang.String occupantNick, Role newRole, java.lang.String reason, java.lang.String actor)
-