jgd.schemas
Interface GoogleDesktopIM

All Superinterfaces:
GoogleDesktopIndexable
All Known Implementing Classes:
GDCOMIM

public interface GoogleDesktopIM
extends GoogleDesktopIndexable

When setting the inherited content property for IM events, each message should be of the form : . This allows GD to correctly format the content when displaying it as a result.

Author:
uf784048

Method Summary
 java.lang.String get_buddy_name()
          Name or handle of the other user in the conversation.
 java.lang.Integer get_conversation_id()
          Id that can be used to group messages that are part of the same conversation.
 java.util.Date get_message_time()
          Time when the message was received in UTC.
 java.lang.String get_title()
          Title of the Instant Message.
 java.lang.String get_user_name()
          Name or handle of the user who is using the computer on which this event is being generated.
 
Methods inherited from interface jgd.schemas.GoogleDesktopIndexable
get_content, get_cookie_raw, get_cookie, get_extra_binary_data, get_extra_data, get_format, get_native_size, get_other_indexed_data, get_thumbnail_format, get_thumbnail
 

Method Detail

get_conversation_id

java.lang.Integer get_conversation_id()
Id that can be used to group messages that are part of the same conversation.
Required: No


get_message_time

java.util.Date get_message_time()
Time when the message was received in UTC.
Required: Yes


get_title

java.lang.String get_title()
Title of the Instant Message. This will usually be your choice, as IMs don't usually have actual titles.
Required: No


get_user_name

java.lang.String get_user_name()
Name or handle of the user who is using the computer on which this event is being generated.
Required: No


get_buddy_name

java.lang.String get_buddy_name()
Name or handle of the other user in the conversation.
Required: Yes



Copyright © 2007