|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Role | |
|---|---|
| tigase.muc | Privides MUC core classes. |
| tigase.muc.modules | |
| Uses of Role in tigase.muc |
|---|
| Methods in tigase.muc that return Role | |
|---|---|
Role |
RoomContext.calculateInitialRole(JID realJID)
|
Role |
RoomContext.getRole(JID jid)
|
static Role |
Role.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Role[] |
Role.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 Role | |
|---|---|
java.util.Map<JID,Role> |
RoomContext.getOccupantsRole()
|
| Methods in tigase.muc with parameters of type Role | |
|---|---|
java.util.List<JID> |
RoomContext.findJidsByRole(Role reqRole)
|
void |
RoomContext.setRole(JID jid,
Role role)
|
void |
RoomContext.setRole(java.lang.String nick,
Role role)
|
| Method parameters in tigase.muc with type arguments of type Role | |
|---|---|
void |
RoomContext.setOccupantsRole(java.util.Map<JID,Role> occupantsRole)
|
| Uses of Role in tigase.muc.modules |
|---|
| Methods in tigase.muc.modules with parameters of type Role | |
|---|---|
static tigase.xml.Element |
PresenceModule.preparePresenceSubItem(RoomContext roomContext,
JID occupantJid,
Affiliation occupantAffiliation,
Role occupantRole,
JID sendingTo)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||