|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XConversationRole | |
|---|---|
| waggle.client.modules.conversation | Classes for receiving and acting on incoming Conversation Module back-channel messages. |
| waggle.common.modules.conversation | Conversation Module API. |
| waggle.common.modules.conversation.enums | Enums defined by the Conversation Module API. |
| waggle.common.modules.conversation.infos | Data transfer objects defined by the Conversation Module API. |
| Uses of XConversationRole in waggle.client.modules.conversation |
|---|
| Methods in waggle.client.modules.conversation with parameters of type XConversationRole | |
|---|---|
void |
XConversationModuleClientEvents.notifyConversationAccessible(XConversationInfo conversationInfo, XConversationRole conversationRole) |
| Uses of XConversationRole in waggle.common.modules.conversation |
|---|
| Methods in waggle.common.modules.conversation that return XConversationRole | |
|---|---|
XConversationRole |
XConversationModule.Server.getConversationRole(XObjectID conversationID)Return the current User's role in the specified Conversation. |
| Methods in waggle.common.modules.conversation with parameters of type XConversationRole | |
|---|---|
void |
XConversationModule.Client.conversationAccessible(XConversationInfo conversationInfo, XConversationRole conversationRole)Notification sent that a Conversation is now accessible to you. |
| Uses of XConversationRole in waggle.common.modules.conversation.enums |
|---|
| Methods in waggle.common.modules.conversation.enums that return XConversationRole | |
|---|---|
static XConversationRole |
XConversationRole.valueOf(String name)Returns the enum constant of this type with the specified name. |
static XConversationRole[] |
XConversationRole.values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in waggle.common.modules.conversation.enums with parameters of type XConversationRole | |
|---|---|
boolean |
XConversationRole.isGreaterThan(XConversationRole role)Check if this Role is greater than the specified Role. |
boolean |
XConversationRole.isGreaterThanOrEqualTo(XConversationRole role)Check if this Role is greater than or equal to the specified Role. |
boolean |
XConversationRole.isLessThan(XConversationRole role)Check if this Role is less than the specified Role. |
boolean |
XConversationRole.isLessThanOrEqualTo(XConversationRole role)Check if this Role is less than or equal to the specified Role. |
| Uses of XConversationRole in waggle.common.modules.conversation.infos |
|---|
| Fields in waggle.common.modules.conversation.infos declared as XConversationRole | |
|---|---|
XConversationRole |
XConversationGetInfo.ConversationRoleThis User's role in the Conversation. |
XConversationRole |
XConversationEnteredInfo.ConversationRoleThe current User's Role in the Conversation. |
XConversationRole |
XConversationMemberInfo.MemberRoleRole for the direct member. |
XConversationRole |
XConversationMemberChangeInfo.MemberRoleThe requested Role for the Member. |
XConversationRole |
XConversationInfo.RequestRoleHow automatic membership requests are handled. |
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||