| 
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 | |||||||||
public static interface XChatModule.Client
Client interface for the Chat Module API.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface | 
|---|
XAPIInterface.Client, XAPIInterface.Server | 
| Method Summary | |
|---|---|
 void | 
chatBookmarkClosed(XChatInfo chatInfo, XUserInfo userInfo)Notification that a Chat bookmark has been closed.  | 
 void | 
chatBookmarkOpened(XChatInfo chatInfo, XUserInfo userInfo)Notification that a Chat bookmark has been opened.  | 
 void | 
chatCreated(XChatInfo chatInfo)Notification that a Chat has been created.  | 
 void | 
chatDeleted(XChatInfo chatInfo)Notification that a Chat has been deleted.  | 
 void | 
chatFollowupClosed(XChatInfo chatInfo, XUserInfo userInfo)Notification that a Chat followup has been closed.  | 
 void | 
chatFollowupOpened(XChatInfo chatInfo, XUserInfo userInfo)Notification that a Chat followup has been opened.  | 
 void | 
chatForked(XChatInfo chatInfo)Notification that a Chat has been forked.  | 
 void | 
chatsAllRead(XObjectID conversationID, int ordinal)Notification or Mark all existing chats read.  | 
 void | 
chatsAllUnread(XObjectID conversationID, int ordinal)Notification or mark all existing chats unread.  | 
 void | 
chatsRead(XObjectID conversationID, List<Integer> ordinals)Notification or mark a set of chats read.  | 
 void | 
chatsUnread(XObjectID conversationID, List<Integer> ordinals)Notification or mark a set of chats unread.  | 
 void | 
chatUpdated(XChatInfo chatInfo)Notification that a Chat has been updated.  | 
 void | 
referenceAdded(XObjectID chatConversationID, XObjectID chatID, XObjectID referencedConversationID, XObjectID referencedID)Notification that a Track reference was added to a Chat.  | 
 void | 
referenceRemoved(XObjectID chatConversationID, XObjectID chatID, XObjectID referencedConversationID, XObjectID referencedID)Notification that a Track reference was removed from a Chat.  | 
 void | 
typing(XObjectID userID, XObjectID conversationID)Notification that a User is typing in a Conversation Chat.  | 
| Method Detail | 
|---|
void typing(XObjectID userID,
            XObjectID conversationID)
userID - The User.conversationID - The Conversation.void chatCreated(XChatInfo chatInfo)
chatInfo - The Chat Info.
void chatFollowupOpened(XChatInfo chatInfo,
                        XUserInfo userInfo)
chatInfo - The Chat Info.userInfo - The User Info.
void chatFollowupClosed(XChatInfo chatInfo,
                        XUserInfo userInfo)
chatInfo - The Chat Info.userInfo - The User Info.
void chatBookmarkOpened(XChatInfo chatInfo,
                        XUserInfo userInfo)
chatInfo - The Chat Info.userInfo - The User Info.
void chatBookmarkClosed(XChatInfo chatInfo,
                        XUserInfo userInfo)
chatInfo - The Chat Info.userInfo - The User Info.void chatForked(XChatInfo chatInfo)
chatInfo - The Chat Info.void chatUpdated(XChatInfo chatInfo)
chatInfo - The Chat Info.void chatDeleted(XChatInfo chatInfo)
chatInfo - The Chat Info.
void chatsRead(XObjectID conversationID,
               List<Integer> ordinals)
conversationID - The conversation in which to mark the chats readordinals - The Chat ordinals that were marked read.
void chatsUnread(XObjectID conversationID,
                 List<Integer> ordinals)
conversationID - The conversation in which to mark the chats unreadordinals - The Chat ordinals that were marked unread.
void chatsAllRead(XObjectID conversationID,
                  int ordinal)
conversationID - the conversation in which to mark the chats readordinal - The maximum ordinal marked read.
void chatsAllUnread(XObjectID conversationID,
                    int ordinal)
conversationID - the conversation in which to mark the chats readordinal - The maximum ordinal marked unread.
void referenceAdded(XObjectID chatConversationID,
                    XObjectID chatID,
                    XObjectID referencedConversationID,
                    XObjectID referencedID)
chatConversationID - The Chat's Conversation.chatID - The Chat.referencedConversationID - The references Conversation.referencedID - The reference.
void referenceRemoved(XObjectID chatConversationID,
                      XObjectID chatID,
                      XObjectID referencedConversationID,
                      XObjectID referencedID)
chatConversationID - The Chat's Conversation.chatID - The Chat.referencedConversationID - The references Conversation.referencedID - The reference.
  | 
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 | |||||||||