|
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 |
ApplicationConferenceInProgressAn application conference is in progress. |
boolean |
AppSharingRecordingIs app-sharing recording enabled for this Conversation. |
int |
ChatCountNumber of chats in the Conversation. |
String |
DateFormatLocaleIDThe Conversation's date-format locale ID. |
int |
DeletedChatCountNumber of deleted chats in the Conversation. |
String |
DescriptionThe Conversation's description. |
boolean |
DiscoverableThe Conversation is discoverable. |
String |
EmailIDThe ID that can be used in an email address to send email to the Conversation. |
Collection<XObjectID> |
EnteredUserIDsSet of all User IDs for all entered Users. |
boolean |
IsPrivateSet to true if there is only one direct User member. |
String |
LanguageLocaleIDThe Conversation's language locale ID. |
XChatInfo |
LastChatInfoLast Chat Info. |
int |
MarkableChatCountNumber of markable chats (chats that can be marked read/unread) in the Conversation. |
XObjectID |
NextConversationIDAny next Conversation. |
XObjectID |
OriginalPictureIDOriginal picture ID. |
XObjectID |
PreviousConversationIDAny previous Conversation. |
String |
PrimaryExternalIDThe primary external ID (Business Object ID). |
XConversationRequestHandling |
RequestHandlingHow membership requests are handled. |
XConversationRole |
RequestRoleHow automatic membership requests are handled. |
XObjectID |
ScaledPictureIDScaled picture ID. |
Collection<String> |
SecondaryExternalIDsThe secondary external IDs (Business Object IDs). |
XConversationState |
StateConversation state. |
Date |
StateDateConversation state date. |
waggle.common.modules.task.infos.XTaskInfo |
TaskInfoTask information. |
String |
TimeZoneIDThe Conversation's time zone ID. |
boolean |
VoiceConferenceInProgressA voice conference is in progress. |
boolean |
VoiceRecordingIs 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 | |||||||||