Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Uses of Class
waggle.common.modules.conversation.enums.XConversationRole

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.ConversationRole
          This User's role in the Conversation.
 XConversationRole XConversationEnteredInfo.ConversationRole
          The current User's Role in the Conversation.
 XConversationRole XConversationMemberInfo.MemberRole
          Role for the direct member.
 XConversationRole XConversationMemberChangeInfo.MemberRole
          The requested Role for the Member.
 XConversationRole XConversationInfo.RequestRole
          How automatic membership requests are handled.

 


Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.