|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
waggle.core.info.XDTO
waggle.common.modules.object.infos.XObjectInfo
waggle.common.modules.tag.infos.XTagableInfo
waggle.common.modules.conversation.infos.XConversationInfo
public class XConversationInfo
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 |
---|
public String Description
public XConversationState State
public Date StateDate
public boolean Discoverable
public String EmailID
public String PrimaryExternalID
public Collection<String> SecondaryExternalIDs
public XConversationRequestHandling RequestHandling
public XConversationRole RequestRole
public boolean IsPrivate
public boolean VoiceRecording
public boolean AppSharingRecording
public String LanguageLocaleID
public String DateFormatLocaleID
public String TimeZoneID
public Collection<XObjectID> EnteredUserIDs
public waggle.common.modules.task.infos.XTaskInfo TaskInfo
public int ChatCount
public int DeletedChatCount
public int MarkableChatCount
public XChatInfo LastChatInfo
public boolean VoiceConferenceInProgress
public boolean ApplicationConferenceInProgress
public XObjectID OriginalPictureID
public XObjectID ScaledPictureID
public XObjectID PreviousConversationID
public XObjectID NextConversationID
Constructor Detail |
---|
public XConversationInfo()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |