Skip navigation links

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

E20955-01


waggle.common.modules.conversation.infos
Class XConversationGetInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.conversation.infos.XConversationGetInfo


public class XConversationGetInfo
extends XDTO

Conversation Information for this User DTO.


Field Summary
 boolean Assignee
          Set to true if the current User is an Assignee for this Conversation.
 XConversationInfo ConversationInfo
          Conversation info.
 XConversationRole ConversationRole
          This User's role in the Conversation.
 int FollowupCount
          Number of open Followups.
 XChatGetInfo ForkedFromChatInfo
          Conversation forked from Chat info.
 boolean New
          Set to true if the current User has never entered this Conversation.
 XChatReadInfo ReadInfo
          Chats read info for the current User.

 

Constructor Summary
XConversationGetInfo()
           

 

Method Summary

 

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

 

Field Detail

ConversationInfo

public XConversationInfo ConversationInfo
Conversation info.

ConversationRole

public XConversationRole ConversationRole
This User's role in the Conversation.

Assignee

public boolean Assignee
Set to true if the current User is an Assignee for this Conversation.

New

public boolean New
Set to true if the current User has never entered this Conversation.

ReadInfo

public XChatReadInfo ReadInfo
Chats read info for the current User.

ForkedFromChatInfo

public XChatGetInfo ForkedFromChatInfo
Conversation forked from Chat info. Filtered for access control.

FollowupCount

public int FollowupCount
Number of open Followups.

Constructor Detail

XConversationGetInfo

public XConversationGetInfo()

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.