Skip navigation links

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

E20955-01


waggle.common.modules.conversation.infos
Class XConversationInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.object.infos.XObjectInfo
          extended by waggle.common.modules.tag.infos.XTagableInfo
              extended by waggle.common.modules.conversation.infos.XConversationInfo


public class XConversationInfo
extends XTagableInfo

Conversation Information DTO.


Field Summary
 boolean ApplicationConferenceInProgress
          An application conference is in progress.
 boolean AppSharingRecording
          Is app-sharing recording enabled for this Conversation.
 int ChatCount
          Number of chats in the Conversation.
 String DateFormatLocaleID
          The Conversation's date-format locale ID.
 int DeletedChatCount
          Number of deleted chats in the Conversation.
 String Description
          The Conversation's description.
 boolean Discoverable
          The Conversation is discoverable.
 String EmailID
          The ID that can be used in an email address to send email to the Conversation.
 Collection<XObjectID> EnteredUserIDs
          Set of all User IDs for all entered Users.
 boolean IsPrivate
          Set to true if there is only one direct User member.
 String LanguageLocaleID
          The Conversation's language locale ID.
 XChatInfo LastChatInfo
          Last Chat Info.
 int MarkableChatCount
          Number of markable chats (chats that can be marked read/unread) in the Conversation.
 XObjectID NextConversationID
          Any next Conversation.
 XObjectID OriginalPictureID
          Original picture ID.
 XObjectID PreviousConversationID
          Any previous Conversation.
 String PrimaryExternalID
          The primary external ID (Business Object ID).
 XConversationRequestHandling RequestHandling
          How membership requests are handled.
 XConversationRole RequestRole
          How automatic membership requests are handled.
 XObjectID ScaledPictureID
          Scaled picture ID.
 Collection<String> SecondaryExternalIDs
          The secondary external IDs (Business Object IDs).
 XConversationState State
          Conversation state.
 Date StateDate
          Conversation state date.
 waggle.common.modules.task.infos.XTaskInfo TaskInfo
          Task information.
 String TimeZoneID
          The Conversation's time zone ID.
 boolean VoiceConferenceInProgress
          A voice conference is in progress.
 boolean VoiceRecording
          Is voice recording enabled for this Conversation.

 

Fields inherited from class waggle.common.modules.tag.infos.XTagableInfo
TagInfos

 

Fields inherited from class waggle.common.modules.object.infos.XObjectInfo
ConversationID, CreatedByScaledPictureID, CreatedByUserID, CreatedByUserName, CreatedOnBehalfOfUserID, CreatedOnBehalfOfUserName, CreatedTimestamp, ID, Latitude, Longitude, ModifiedByScaledPictureID, ModifiedByUserID, ModifiedByUserName, ModifiedOnBehalfOfUserID, ModifiedOnBehalfOfUserName, ModifiedTimestamp, Name, ObjectType, ParentID, Removed, RemovedByUserID, RemovedTimestamp, TrackID

 

Constructor Summary
XConversationInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

Description

public String Description
The Conversation's description.

State

public XConversationState State
Conversation state.

StateDate

public Date StateDate
Conversation state date.

Discoverable

public boolean Discoverable
The Conversation is discoverable.

EmailID

public String EmailID
The ID that can be used in an email address to send email to the Conversation.

PrimaryExternalID

public String PrimaryExternalID
The primary external ID (Business Object ID).

SecondaryExternalIDs

public Collection<String> SecondaryExternalIDs
The secondary external IDs (Business Object IDs).

RequestHandling

public XConversationRequestHandling RequestHandling
How membership requests are handled.

RequestRole

public XConversationRole RequestRole
How automatic membership requests are handled.

IsPrivate

public boolean IsPrivate
Set to true if there is only one direct User member.

VoiceRecording

public boolean VoiceRecording
Is voice recording enabled for this Conversation.

AppSharingRecording

public boolean AppSharingRecording
Is app-sharing recording enabled for this Conversation.

LanguageLocaleID

public String LanguageLocaleID
The Conversation's language locale ID.

DateFormatLocaleID

public String DateFormatLocaleID
The Conversation's date-format locale ID.

TimeZoneID

public String TimeZoneID
The Conversation's time zone ID.

EnteredUserIDs

public Collection<XObjectID> EnteredUserIDs
Set of all User IDs for all entered Users.

TaskInfo

public waggle.common.modules.task.infos.XTaskInfo TaskInfo
Task information.

ChatCount

public int ChatCount
Number of chats in the Conversation.

DeletedChatCount

public int DeletedChatCount
Number of deleted chats in the Conversation.

MarkableChatCount

public int MarkableChatCount
Number of markable chats (chats that can be marked read/unread) in the Conversation.

LastChatInfo

public XChatInfo LastChatInfo
Last Chat Info.

VoiceConferenceInProgress

public boolean VoiceConferenceInProgress
A voice conference is in progress.

ApplicationConferenceInProgress

public boolean ApplicationConferenceInProgress
An application conference is in progress.

OriginalPictureID

public XObjectID OriginalPictureID
Original picture ID.

ScaledPictureID

public XObjectID ScaledPictureID
Scaled picture ID.

PreviousConversationID

public XObjectID PreviousConversationID
Any previous Conversation. May be null.

NextConversationID

public XObjectID NextConversationID
Any next Conversation. May be null.

Constructor Detail

XConversationInfo

public XConversationInfo()

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.