|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Affiliation | |
|---|---|
| tigase.muc | |
| tigase.muc.repository | |
| Uses of Affiliation in tigase.muc |
|---|
| Methods in tigase.muc that return Affiliation | |
|---|---|
Affiliation |
Room.getAffiliation(java.lang.String 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 | |
|---|---|
void |
Room.addAffiliationByJid(java.lang.String jid,
Affiliation affiliation)
|
void |
Room.RoomListener.onSetAffiliation(Room room,
java.lang.String jid,
Affiliation newAffiliation)
|
| Method parameters in tigase.muc with type arguments of type Affiliation | |
|---|---|
void |
Room.setAffiliations(java.util.Map<java.lang.String,Affiliation> affiliations)
|
| Uses of Affiliation in tigase.muc.repository |
|---|
| Methods in tigase.muc.repository with parameters of type Affiliation | |
|---|---|
void |
MucDAO.setAffiliation(java.lang.String roomId,
java.lang.String jid,
Affiliation affiliation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||