Uses of Enum Class
tigase.muc.Affiliation
Packages that use Affiliation
-
Uses of Affiliation in tigase.muc
Methods in tigase.muc that return AffiliationModifier and TypeMethodDescriptionRoomAffiliation.getAffiliation()static AffiliationReturns the enum constant of this class with the specified name.static Affiliation[]Affiliation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.muc that return types with arguments of type AffiliationMethods in tigase.muc with parameters of type AffiliationModifier and TypeMethodDescriptionstatic RoomAffiliationRoomAffiliation.from(Affiliation affiliation, boolean persistentOccupant, 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 AffiliationModifier and TypeMethodDescriptionprotected static AffiliationModeratorModule.getAffiliation(tigase.xml.Element item) Methods in tigase.muc.modules with parameters of type AffiliationModifier 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) -
Uses of Affiliation in tigase.muc.repository
Methods in tigase.muc.repository with parameters of type AffiliationModifier and TypeMethodDescriptionvoidMucDAOOld.setAffiliation(tigase.xmpp.jid.BareJID roomJID, tigase.xmpp.jid.BareJID jid, Affiliation affiliation) Deprecated.