indexing description: "Constants for user messages." author: "Patrick Ruckstuhl " date: "$Date$" revision: "$Revision$" class O_USER_CONSTANTS feature {NONE} -- Namespace user_namespace: STRING is "origo.user" feature {NONE} -- Message types user_create_type: STRING is "create" user_login_type: STRING is "login" user_login_authenticated_type: STRING is "login_authenticated" user_login_key_type: STRING is "login_key" user_session_type: STRING is "session" user_authorized_for_project_type: STRING is "authorized_for_project" user_authorized_for_community_type: STRING is "authorized_for_community" user_list_type: STRING is "list" user_change_email_type: STRING is "change_email" user_change_account_enabled_type: STRING is "change_account_enabled" user_my_name_type: STRING is "my_name" user_my_password_type: STRING is "my_password" user_my_email_type: STRING is "my_email" user_retrieve_password_type: STRING is "retrieve_password" user_retrieve_email_type: STRING is "retrieve_email" user_retrieve_user_from_email_type: STRING is "retrieve_user_from_email" user_profile_visible_type: STRING is "profile_visible" user_change_profile_visible_type: STRING is "change_profile_visible" user_retrieve_openids_from_user_type: STRING is "retrieve_openids_from_user" user_stringarray_reply_type: STRING is "user_stringarray_reply_type" user_retrieve_user_from_openid_type: STRING is "retrieve_user_from_openid" user_add_openid_type: STRING is "add_openid" user_remove_openid_type: STRING is "remove_openid" user_change_openid_type: STRING is "change_openid" user_retrieve_foaf_type: STRING is "retrieve_foaf" user_add_foaf_type: STRING is "add_foaf" user_remove_foaf_type: STRING is "remove_foaf" user_retrieve_information_type: STRING is "retrieve_information" user_retrieve_information_reply_type: STRING is "retrieve_information_reply" user_set_information_type: STRING is "set_information" user_set_icon_type: STRING is "set_icon" user_reset_icon_type: STRING is "reset_icon" user_key_type: STRING is "key" user_key_generate_type: STRING is "key_generate" user_key_reply_type: STRING is "key_reply" user_change_password_type: STRING is "change_password" user_reset_password_type: STRING is "reset_password" user_reset_password_reply_type: STRING is "reset_password_reply" user_mail_list_type: STRING is "mail_list" user_mail_list_reply_type: STRING is "mail_list_reply" user_add_bookmark_type: STRING is "add_bookmark" user_remove_bookmark_type: STRING is "remove_bookmark" user_list_bookmark_type: STRING is "list_bookmark" user_list_bookmark_reply_type: STRING is "list_bookmark_reply" user_set_workitem_subscription_type: STRING is "set_workitem_subscription" user_list_workitem_subscription_type: STRING is "list_workitem_subscription" user_workitem_subscriptions_type: STRING is "workitem_subscriptions" user_list_reported_issues_type: STRING is "list_reported_issues" user_list_reported_issues_reply_type: STRING is "list_reported_issues_reply" user_request_friendship_type: STRING is "request_friendship" user_request_friendship_reply_type: STRING is "request_friendship_reply" user_process_friendship_request_type: STRING is "process_friendship_request" user_process_friendship_request_reply_type: STRING is "process_friendship_request_reply" user_list_friends_type: STRING is "list_friends" user_list_friends_reply_type: STRING is "list_friends_reply" user_send_message_type: STRING is "send_message" user_send_message_reply_type: STRING is "send_message_reply" user_remove_friendship_type: STRING is "remove_friend" user_disable_account_type: STRING is "disable_account" user_list_communities_type: STRING is "list_communities" end