Uses of Class
tigase.muc.Affiliation
-
Packages that use Affiliation Package Description tigase.muc tigase.muc.modules tigase.muc.repository -
-
Uses of Affiliation in tigase.muc
Methods in tigase.muc that return Affiliation Modifier and Type Method Description AffiliationRoom. getAffiliation(String nickname)AffiliationRoom. getAffiliation(tigase.xmpp.BareJID jid)static AffiliationAffiliation. valueOf(String name)Returns the enum constant of this type with the specified name.static Affiliation[]Affiliation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.muc that return types with arguments of type Affiliation Modifier and Type Method Description Collection<Affiliation>RoomConfig. getPresenceFilteredAffiliations()Methods in tigase.muc with parameters of type Affiliation Modifier and Type Method Description voidRoom. addAffiliationByJid(tigase.xmpp.BareJID jid, Affiliation affiliation)booleanAffiliation. higherThan(Affiliation affiliation)booleanAffiliation. lowerThan(Affiliation affiliation)voidPresenceFiltered. onSetAffiliation(Room room, tigase.xmpp.BareJID jid, Affiliation newAffiliation)voidRoom.RoomListener. onSetAffiliation(Room room, tigase.xmpp.BareJID jid, Affiliation newAffiliation)voidRoom. setNewAffiliation(tigase.xmpp.BareJID user, Affiliation affiliation)Method parameters in tigase.muc with type arguments of type Affiliation Modifier and Type Method Description voidRoom. setAffiliations(Map<tigase.xmpp.BareJID,Affiliation> affiliations) -
Uses of Affiliation in tigase.muc.modules
Methods in tigase.muc.modules that return Affiliation Modifier and Type Method Description protected static AffiliationModeratorModule. getAffiliation(tigase.xml.Element item)Methods in tigase.muc.modules with parameters of type Affiliation Modifier and Type Method Description protected voidModeratorModule. checkItem(Room room, tigase.xml.Element item, tigase.xmpp.JID senderJid, Affiliation senderaAffiliation, Role senderRole)static RolePresenceModuleImpl. getDefaultRole(RoomConfig config, Affiliation affiliation)protected tigase.server.PacketModeratorModule. makePresence(tigase.xmpp.JID destinationJid, tigase.xmpp.BareJID roomJID, Room room, tigase.xmpp.BareJID occupantJid, boolean unavailable, Affiliation affiliation, Role role, String nick, String reason, String actor, String... codes)static PresenceModule.PresenceWrapperPresenceModule.PresenceWrapper. preparePresenceW(Room room, tigase.xmpp.JID destinationJID, tigase.xml.Element presence, tigase.xmpp.BareJID occupantBareJID, Collection<tigase.xmpp.JID> occupantJIDs, String occupantNickname, Affiliation occupantAffiliation, Role occupantRole)Method descriptionprotected 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) -
Uses of Affiliation in tigase.muc.repository
Methods in tigase.muc.repository with parameters of type Affiliation Modifier and Type Method Description voidMucDAO. setAffiliation(tigase.xmpp.BareJID roomJID, tigase.xmpp.BareJID jid, Affiliation affiliation)
-