|
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 XBookmarkModule.Server
Server interface for the Bookmark Module API.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface |
---|
XAPIInterface.Client, XAPIInterface.Server |
Method Summary | |
---|---|
void |
closeBookmark(XObjectID chatID) Close a Bookmark for the specified Chat for the current User. |
List<XChatInfo> |
getBookmarks() Get all Bookmarks assigned to the current User, across all Conversations. |
List<XBookmarkSummaryInfo> |
getBookmarksSummary() Get a basic summary of all the user's bookmarks. |
void |
openBookmark(XObjectID chatID) Open a Bookmark for the specified Chat for the current User. |
Method Detail |
---|
void openBookmark(XObjectID chatID)
chatID
- The Chat.void closeBookmark(XObjectID chatID)
chatID
- The Chat.List<XChatInfo> getBookmarks()
List<XBookmarkSummaryInfo> getBookmarksSummary()
|
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 |