Uses of Class
tigase.muc.Affiliation

Packages that use Affiliation
tigase.muc Privides MUC core classes. 
tigase.muc.modules   
 

Uses of Affiliation in tigase.muc
 

Methods in tigase.muc that return Affiliation
 Affiliation RoomConfiguration.getAffiliation(JID jid)
           
static Affiliation Affiliation.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 with parameters of type Affiliation
 boolean RoomConfiguration.affiliationCanViewJid(Affiliation affiliation)
           
 java.util.Collection<JID> RoomConfiguration.findBareJidsByAffiliations(Affiliation reqAffiliation)
           
 void RoomConfiguration.setAffiliation(JID jid, Affiliation affiliation)
           
 

Uses of Affiliation in tigase.muc.modules
 

Methods in tigase.muc.modules with parameters of type Affiliation
static tigase.xml.Element PresenceModule.preparePresenceSubItem(RoomContext roomContext, JID occupantJid, Affiliation occupantAffiliation, Role occupantRole, JID sendingTo)
           
 



Copyright © 2007 Tigase. All Rights Reserved.