|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XUserInfo | |
|---|---|
| waggle.client.modules.chat | Classes for receiving and acting on incoming Chat Module back-channel messages. |
| waggle.client.modules.connect | Classes for receiving and acting on incoming Connect Module back-channel messages. |
| waggle.client.modules.contact | Classes for receiving and acting on incoming Contact Module back-channel messages. |
| waggle.client.modules.conversation | Classes for receiving and acting on incoming Conversation Module back-channel messages. |
| waggle.client.modules.followup | Classes for receiving and acting on incoming Followup Module back-channel messages. |
| waggle.client.modules.hive | Classes for receiving and acting on incoming Hive Module back-channel messages. |
| waggle.client.modules.presence | Classes for receiving and acting on incoming Presence Module back-channel messages. |
| waggle.client.modules.user | Classes for receiving and acting on incoming User Module back-channel messages. |
| waggle.common.modules.chat | Chat Module API. |
| waggle.common.modules.connect | Connection Module API. |
| waggle.common.modules.connect.infos | Data transfer objects defined by the Connect Module API. |
| waggle.common.modules.contact | Contact Module API. |
| waggle.common.modules.contact.infos | Data transfer objects defined by the Contact Module API. |
| waggle.common.modules.conversation | Conversation Module API. |
| waggle.common.modules.conversation.infos | Data transfer objects defined by the Conversation Module API. |
| waggle.common.modules.followup | Followup Module API. |
| waggle.common.modules.group | Group Module API. |
| waggle.common.modules.hive | Hive Module API. |
| waggle.common.modules.poll.infos | Data transfer objects defined by the Poll Module API. |
| waggle.common.modules.presence | Presence Module API. |
| waggle.common.modules.track | Track Module API. |
| waggle.common.modules.user | User Module API. |
| waggle.common.modules.user.infos | Data transfer objects defined by the User Module API. |
| Uses of XUserInfo in waggle.client.modules.chat |
|---|
| Methods in waggle.client.modules.chat with parameters of type XUserInfo | |
|---|---|
void |
XChatModuleClientEvents.notifyChatBookmarkClosed(XChatInfo chatInfo, XUserInfo userInfo) |
void |
XChatModuleClientEvents.notifyChatBookmarkOpened(XChatInfo chatInfo, XUserInfo userInfo) |
void |
XChatModuleClientEvents.notifyChatFollowupClosed(XChatInfo chatInfo, XUserInfo userInfo) |
void |
XChatModuleClientEvents.notifyChatFollowupOpened(XChatInfo chatInfo, XUserInfo userInfo) |
| Uses of XUserInfo in waggle.client.modules.connect |
|---|
| Methods in waggle.client.modules.connect with parameters of type XUserInfo | |
|---|---|
void |
XConnectModuleClientEvents.notifyUserLoggedIn(XUserInfo userInfo)Notify any listeners that a User has logged in. |
void |
XConnectModuleClientEvents.notifyUserLoggedOut(XUserInfo userInfo)Notify any listeners that a User has logged in. |
void |
XConnectModuleClientEvents.notifyUserLoggingIn(XUserInfo userInfo)Send when a User is logging in. |
void |
XConnectModuleClientEvents.notifyUserLoggingOut(XUserInfo userInfo)Send when a User is logging in. |
| Uses of XUserInfo in waggle.client.modules.contact |
|---|
| Methods in waggle.client.modules.contact with parameters of type XUserInfo | |
|---|---|
void |
XContactModuleClientEvents.notifyContactAdded(XUserInfo userInfo) |
void |
XContactModuleClientEvents.notifyContactAddedToGroup(XUserInfo userInfo, String groupName) |
void |
XContactModuleClientEvents.notifyContactRemoved(XUserInfo userInfo) |
void |
XContactModuleClientEvents.notifyContactRemovedFromGroup(XUserInfo userInfo, String groupName) |
| Uses of XUserInfo in waggle.client.modules.conversation |
|---|
| Methods in waggle.client.modules.conversation with parameters of type XUserInfo | |
|---|---|
void |
XConversationModuleClientEvents.notifyConversationEntered(XConversationInfo conversationInfo, XUserInfo userInfo) |
void |
XConversationModuleClientEvents.notifyConversationEntering(XConversationInfo conversationInfo, XUserInfo userInfo) |
void |
XConversationModuleClientEvents.notifyConversationExited(XConversationInfo conversationInfo, XUserInfo userInfo) |
void |
XConversationModuleClientEvents.notifyConversationExiting(XConversationInfo conversationInfo, XUserInfo userInfo) |
| Method parameters in waggle.client.modules.conversation with type arguments of type XUserInfo | |
|---|---|
void |
XConversationModuleClientEvents.notifyConversationMembershipChanged(XConversationInfo conversationInfo, List<XUserInfo> addedUserInfos, List<XUserInfo> removedUserInfos) |
void |
XConversationModuleClientEvents.notifyConversationMembershipChanged(XConversationInfo conversationInfo, List<XUserInfo> addedUserInfos, List<XUserInfo> removedUserInfos) |
| Uses of XUserInfo in waggle.client.modules.followup |
|---|
| Methods in waggle.client.modules.followup with parameters of type XUserInfo | |
|---|---|
void |
XFollowupModuleClientEvents.notifyFollowupClosed(XChatInfo chatInfo, XUserInfo userInfo, XFollowupInfo followupInfo) |
void |
XFollowupModuleClientEvents.notifyFollowupMarkedRead(XChatInfo chatInfo, XUserInfo userInfo, XFollowupInfo followupInfo) |
void |
XFollowupModuleClientEvents.notifyFollowupMarkedUnread(XChatInfo chatInfo, XUserInfo userInfo, XFollowupInfo followupInfo) |
void |
XFollowupModuleClientEvents.notifyFollowupOpened(XChatInfo chatInfo, XUserInfo assigneeUserInfo, XUserInfo assignerUserInfo, XFollowupInfo followupInfo) |
void |
XFollowupModuleClientEvents.notifyFollowupUpdated(XChatInfo chatInfo, XUserInfo userInfo, XFollowupInfo followupInfo) |
| Uses of XUserInfo in waggle.client.modules.hive |
|---|
| Methods in waggle.client.modules.hive with parameters of type XUserInfo | |
|---|---|
void |
XHiveModuleClientEvents.notifyHiveEntered(XHiveInfo hiveInfo, XUserInfo userInfo) |
void |
XHiveModuleClientEvents.notifyHiveEntering(XHiveInfo hiveInfo, XUserInfo userInfo) |
void |
XHiveModuleClientEvents.notifyHiveExited(XHiveInfo hiveInfo, XUserInfo userInfo) |
void |
XHiveModuleClientEvents.notifyHiveExiting(XHiveInfo hiveInfo, XUserInfo userInfo) |
| Uses of XUserInfo in waggle.client.modules.presence |
|---|
| Methods in waggle.client.modules.presence with parameters of type XUserInfo | |
|---|---|
void |
XPresenceModuleClientEvents.notifyActive(XUserInfo userInfo) |
void |
XPresenceModuleClientEvents.notifyIdle(XUserInfo userInfo) |
void |
XPresenceModuleClientEvents.notifyLocationChanged(XUserInfo userInfo) |
| Uses of XUserInfo in waggle.client.modules.user |
|---|
| Methods in waggle.client.modules.user with parameters of type XUserInfo | |
|---|---|
void |
XUserModuleClientEvents.notifyUserDeleted(XUserInfo userInfo) |
void |
XUserModuleClientEvents.notifyUserUpdated(XUserInfo userInfo) |
| Uses of XUserInfo in waggle.common.modules.chat |
|---|
| Methods in waggle.common.modules.chat with parameters of type XUserInfo | |
|---|---|
void |
XChatModule.Client.chatBookmarkClosed(XChatInfo chatInfo, XUserInfo userInfo)Notification that a Chat bookmark has been closed. |
void |
XChatModule.Client.chatBookmarkOpened(XChatInfo chatInfo, XUserInfo userInfo)Notification that a Chat bookmark has been opened. |
void |
XChatModule.Client.chatFollowupClosed(XChatInfo chatInfo, XUserInfo userInfo)Notification that a Chat followup has been closed. |
void |
XChatModule.Client.chatFollowupOpened(XChatInfo chatInfo, XUserInfo userInfo)Notification that a Chat followup has been opened. |
| Uses of XUserInfo in waggle.common.modules.connect |
|---|
| Methods in waggle.common.modules.connect with parameters of type XUserInfo | |
|---|---|
void |
XConnectModule.Client.userLoggedIn(XUserInfo userInfo)Sent to clients when a Session has logged in. |
void |
XConnectModule.Client.userLoggedOut(XUserInfo userInfo)Sent to clients when a Session has logged out. |
| Uses of XUserInfo in waggle.common.modules.connect.infos |
|---|
| Fields in waggle.common.modules.connect.infos declared as XUserInfo | |
|---|---|
XUserInfo |
XLoginInfo.UserInfoThe User Information DTO for the User that was connected. |
| Uses of XUserInfo in waggle.common.modules.contact |
|---|
| Methods in waggle.common.modules.contact with parameters of type XUserInfo | |
|---|---|
void |
XContactModule.Client.contactAdded(XUserInfo userInfo)You have added a Contact. |
void |
XContactModule.Client.contactAddedToGroup(XUserInfo userInfo, String groupName)You added a Contact to a group. |
void |
XContactModule.Client.contactRemoved(XUserInfo userInfo)You have removed a Contact. |
void |
XContactModule.Client.contactRemovedFromGroup(XUserInfo userInfo, String groupName)You removed a Contact from a group. |
| Uses of XUserInfo in waggle.common.modules.contact.infos |
|---|
| Fields in waggle.common.modules.contact.infos declared as XUserInfo | |
|---|---|
XUserInfo |
XContactInfo.ContactUserInfoThe User information for this Contact. |
| Uses of XUserInfo in waggle.common.modules.conversation |
|---|
| Methods in waggle.common.modules.conversation that return types with arguments of type XUserInfo | |
|---|---|
List<XUserInfo> |
XConversationModule.Server.getConversationContributors(XObjectID conversationID)Get information about a Conversation's contributors. |
| Methods in waggle.common.modules.conversation with parameters of type XUserInfo | |
|---|---|
void |
XConversationModule.Client.conversationEntered(XConversationInfo conversationInfo, XUserInfo userInfo)Notification sent that a Conversation you are in has been entered. |
void |
XConversationModule.Client.conversationExited(XConversationInfo conversationInfo, XUserInfo userInfo)Notification sent that a Conversation you are in has been exited. |
| Method parameters in waggle.common.modules.conversation with type arguments of type XUserInfo | |
|---|---|
void |
XConversationModule.Client.conversationMembershipChanged(XConversationInfo conversationInfo, List<XUserInfo> addedUserInfos, List<XUserInfo> removedUserInfos)Notification sent that a Conversation's exploded membership has changed. |
void |
XConversationModule.Client.conversationMembershipChanged(XConversationInfo conversationInfo, List<XUserInfo> addedUserInfos, List<XUserInfo> removedUserInfos)Notification sent that a Conversation's exploded membership has changed. |
| Uses of XUserInfo in waggle.common.modules.conversation.infos |
|---|
| Fields in waggle.common.modules.conversation.infos declared as XUserInfo | |
|---|---|
XUserInfo |
XConversationRequestInfo.UserInfoRequesting UserInfo. |
XUserInfo |
XConversationMemberProfileInfo.UserInfoThe User's Info DTO. |
| Fields in waggle.common.modules.conversation.infos with type parameters of type XUserInfo | |
|---|---|
Collection<XUserInfo> |
XConversationDocumentVersionInfo.AnnotatorInfosAnnotator User infos if requested. |
List<XUserInfo> |
XConversationEnteredInfo.UserInfosFlat list of all User Information DTOs who are members of this Conversation. |
| Uses of XUserInfo in waggle.common.modules.followup |
|---|
| Methods in waggle.common.modules.followup with parameters of type XUserInfo | |
|---|---|
void |
XFollowupModule.Client.followupClosed(XChatInfo chatInfo, XUserInfo userInfo, XFollowupInfo followupInfo)Notification that a Followup has been closed. |
void |
XFollowupModule.Client.followupMarkedRead(XChatInfo chatInfo, XUserInfo userInfo, XFollowupInfo followupInfo)Notification that a Followup has been marked read. |
void |
XFollowupModule.Client.followupMarkedUnread(XChatInfo chatInfo, XUserInfo userInfo, XFollowupInfo followupInfo)Notification that a Followup has been marked unread. |
void |
XFollowupModule.Client.followupOpened(XChatInfo chatInfo, XUserInfo assigneeUserInfo, XUserInfo assignerUserInfo, XFollowupInfo followupInfo)Notification that a Followup has been opened. |
void |
XFollowupModule.Client.followupUpdated(XChatInfo chatInfo, XUserInfo userInfo, XFollowupInfo followupInfo)Notification that a Followup has been updated. |
| Uses of XUserInfo in waggle.common.modules.group |
|---|
| Methods in waggle.common.modules.group that return types with arguments of type XUserInfo | |
|---|---|
List<XUserInfo> |
XGroupModule.Server.getAllGroupUsers(XObjectID groupID)Get a flattened list of all DIRECT and IN-DIRECT members of this Group. |
| Uses of XUserInfo in waggle.common.modules.hive |
|---|
| Methods in waggle.common.modules.hive with parameters of type XUserInfo | |
|---|---|
void |
XHiveModule.Client.hiveEntered(XHiveInfo hiveInfo, XUserInfo userInfo)Notification sent that the Hive has been entered. |
void |
XHiveModule.Client.hiveExited(XHiveInfo hiveInfo, XUserInfo userInfo)Notification sent that the Hive has been exited. |
| Uses of XUserInfo in waggle.common.modules.poll.infos |
|---|
| Fields in waggle.common.modules.poll.infos with type parameters of type XUserInfo | |
|---|---|
Collection<XUserInfo> |
XPollInfo.PollUserInfosAll Users who have voted for this option. |
| Uses of XUserInfo in waggle.common.modules.presence |
|---|
| Methods in waggle.common.modules.presence with parameters of type XUserInfo | |
|---|---|
void |
XPresenceModule.Client.active(XUserInfo userInfo)Notification that a User is now active. |
void |
XPresenceModule.Client.idle(XUserInfo userInfo)Notification that a User is now idle. |
void |
XPresenceModule.Client.locationChanged(XUserInfo userInfo)Notification that a User changed their status. |
| Uses of XUserInfo in waggle.common.modules.track |
|---|
| Methods in waggle.common.modules.track that return types with arguments of type XUserInfo | |
|---|---|
List<XUserInfo> |
XTrackModule.Server.getTrackMembership(XObjectID trackID)Get set of all Users in all Track Conversations you can view. |
| Uses of XUserInfo in waggle.common.modules.user |
|---|
| Methods in waggle.common.modules.user that return XUserInfo | |
|---|---|
XUserInfo |
XUserModule.Server.createSystemUser(String userName, String password, String fullName, String emailAddress, boolean isActOnBehalfOf)Create a new system user. |
XUserInfo |
XUserModule.Server.createUser(String emailAddress, boolean sendInvitation)Create a new user. |
XUserInfo |
XUserModule.Server.getMe()Get info for the current User. |
XUserInfo |
XUserModule.Server.getUser(XObjectID userID)Get info for the specified User. |
XUserInfo |
XUserModule.Server.getUserByName(String emailAddress)Get info for the specified User. |
| Methods in waggle.common.modules.user that return types with arguments of type XUserInfo | |
|---|---|
List<XUserInfo> |
XUserModule.Server.findDisabledUsers(String searchString)Get info for the specified disabled Users. |
List<XUserInfo> |
XUserModule.Server.findUsers(String searchString)Get info for the specified Users. |
List<XUserInfo> |
XUserModule.Server.getUsers(List<XObjectID> userIDs)Get info for the specified Users. |
| Methods in waggle.common.modules.user with parameters of type XUserInfo | |
|---|---|
void |
XUserModule.Client.userDeleted(XUserInfo userInfo)Send when an unverified User has been deleted. |
void |
XUserModule.Client.userUpdated(XUserInfo userInfo)Send when a User's info has changed. |
| Uses of XUserInfo in waggle.common.modules.user.infos |
|---|
| Fields in waggle.common.modules.user.infos declared as XUserInfo | |
|---|---|
XUserInfo |
XUserDetailsInfo.UserInfoThe basic User info. |
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||