Skip navigation links

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

E20955-01


Uses of Class
waggle.common.modules.conversation.infos.XConversationGetInfo

Packages that use XConversationGetInfo
waggle.common.modules.chat.infos Data transfer objects defined by the Chat Module API. 
waggle.common.modules.contact.infos Data transfer objects defined by the Contact Module API. 
waggle.common.modules.conversation Conversation Module API. 
waggle.common.modules.conversation.infos Data transfer objects defined by the Conversation Module API. 

 

Uses of XConversationGetInfo in waggle.common.modules.chat.infos

 

Fields in waggle.common.modules.chat.infos with type parameters of type XConversationGetInfo
 List<XConversationGetInfo> XChatGetInfo.ForkedToConversationInfos
          Conversation info if this Chat had been forked.

 

Uses of XConversationGetInfo in waggle.common.modules.contact.infos

 

Fields in waggle.common.modules.contact.infos with type parameters of type XConversationGetInfo
 List<XConversationGetInfo> XContactInfo.EnteredConversationInfos
          List of all public and common Conversation that are currently entered by this Contact.

 

Uses of XConversationGetInfo in waggle.common.modules.conversation

 

Methods in waggle.common.modules.conversation that return XConversationGetInfo
 XConversationGetInfo XConversationModule.Server.getConversation(XObjectID conversationID)
          Get info about a Conversation.
 XConversationGetInfo XConversationModule.Server.getConversationByPrimaryExternalID(String externalID)
          Get information about the specified Conversation.
 XConversationGetInfo XConversationModule.Server.getConversationIfAccessible(XObjectID conversationID)
          Get info about a Conversation.

 

Methods in waggle.common.modules.conversation that return types with arguments of type XConversationGetInfo
 List<XConversationGetInfo> XConversationModule.Server.getAllActiveConversations()
          Get information about all active, accessible, Conversations.
 List<XConversationGetInfo> XConversationModule.Server.getConversations()
          Get info about a set of Conversations that the current User is a member of across all Tracks.
 List<XConversationGetInfo> XConversationModule.Server.getConversationsBySecondaryExternalID(String externalID)
          Get information about the specified Conversations.
 List<XConversationGetInfo> XConversationModule.Server.getConversationsIfAccessible(List<XObjectID> conversationIDs)
          Get info about a set of accessible Conversations.
 List<XConversationGetInfo> XConversationModule.Server.getConversationsInCommon(XObjectID userID)
          Get Conversations that are in common with another User.
 List<XConversationGetInfo> XConversationModule.Server.getGeolocatedConversations(double minLatitude, double maxLatitude, double minLongitude, double maxLongitude)
          Get all accessible geolocated Conversations.
 List<XConversationGetInfo> XConversationModule.Server.getNewConversations()
          Get the new Conversations for the current user.
 List<XConversationGetInfo> XConversationModule.Server.getTopActiveConversations(int limit)
          Return all open Conversations, in any Tracks in which the user is a Member.
 List<XConversationGetInfo> XConversationModule.Server.getTrackClosedConversations(XObjectID trackID)
          Get info about a set of closed Conversations in the specified Track that the User has access to and is a member of.
 List<XConversationGetInfo> XConversationModule.Server.getTrackConversations(XObjectID trackID)
          Get info about a set of all Conversations in the specified Track that the User has access to and is a member of.
 List<XConversationGetInfo> XConversationModule.Server.getTrackDiscoverableConversations(XObjectID trackID)
          Get info about a set of discoverable Conversations in the specified Track that the User has access to and is not a member of.
 List<XConversationGetInfo> XConversationModule.Server.getTrackOpenConversations(XObjectID trackID)
          Get info about a set of open Conversations in the specified Track that the User has access to and is a member of.

 

Uses of XConversationGetInfo in waggle.common.modules.conversation.infos

 

Fields in waggle.common.modules.conversation.infos declared as XConversationGetInfo
 XConversationGetInfo XConversationDetailConversationInfo.Conversation
          Conversation Info.

 


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.