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 AffiliationRoomAffiliation. getAffiliation()static AffiliationAffiliation. valueOf(java.lang.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 java.util.Collection<Affiliation>RoomConfig. getPresenceFilteredAffiliations()Methods in tigase.muc with parameters of type Affiliation Modifier and Type Method Description static RoomAffiliationRoomAffiliation. from(Affiliation affiliation, boolean persistentOccupant, java.lang.String nickname)static RoleRoom. getDefaultRole(RoomConfig config, Affiliation affiliation)booleanAffiliation. higherThan(Affiliation affiliation)booleanAffiliation. lowerThan(Affiliation affiliation) -
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.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) -
Uses of Affiliation in tigase.muc.repository
Methods in tigase.muc.repository with parameters of type Affiliation Modifier and Type Method Description voidMucDAOOld. setAffiliation(tigase.xmpp.jid.BareJID roomJID, tigase.xmpp.jid.BareJID jid, Affiliation affiliation)Deprecated.
-