Skip navigation links

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

E20955-01


waggle.common.modules.followup.infos
Class XFollowupChatSummaryInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.followup.infos.XFollowupChatSummaryInfo


public class XFollowupChatSummaryInfo
extends XDTO

Follow-up information containing basic information about the follow-up and the chat object on which it was opened.


Field Summary
 boolean Buzz
          On Followup close buzz the creating User.
 XObjectID ChatID
          The Followup Chat ID.
 XObjectID CommentOnID
          The Chat on which this Chat is a Comment.
 long ContentLength
          The length of this Content.
 String ContentMimeType
          The mime type for this Content.
 XObjectID ConversationID
          The Conversation ID.
 String ConversationName
          The Conversation Name.
 XObjectID CreatedByID
          The Followup assigner User ID.
 String CreatedByUserName
          The Followup assigner User display name.
 Date CreatedTimestamp
          When the Followup was created.
 boolean Notify
          On Followup close assign a Followup to creating User.
 boolean Read
          The Followup read status.
 String Text
          The text for this Chat.
 XObjectID TrackID
          The Track ID.
 String TrackName
          The Track Name.
 XObjectID UserID
          The Followup assignee User ID.

 

Constructor Summary
XFollowupChatSummaryInfo()
           

 

Method Summary

 

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

 

Field Detail

TrackID

public XObjectID TrackID
The Track ID.

TrackName

public String TrackName
The Track Name.

ConversationID

public XObjectID ConversationID
The Conversation ID.

ConversationName

public String ConversationName
The Conversation Name.

ChatID

public XObjectID ChatID
The Followup Chat ID.

CommentOnID

public XObjectID CommentOnID
The Chat on which this Chat is a Comment.

Text

public String Text
The text for this Chat.

ContentMimeType

public String ContentMimeType
The mime type for this Content.

ContentLength

public long ContentLength
The length of this Content.

UserID

public XObjectID UserID
The Followup assignee User ID.

CreatedByID

public XObjectID CreatedByID
The Followup assigner User ID.

CreatedByUserName

public String CreatedByUserName
The Followup assigner User display name.

CreatedTimestamp

public Date CreatedTimestamp
When the Followup was created.

Notify

public boolean Notify
On Followup close assign a Followup to creating User.

Buzz

public boolean Buzz
On Followup close buzz the creating User.

Read

public boolean Read
The Followup read status.

Constructor Detail

XFollowupChatSummaryInfo

public XFollowupChatSummaryInfo()

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.