indexing description: "Constants for community related messages." author: "Marco Zietzling " date: "$Date$" revision: "$Revision$" class O_COMMUNITY_CONSTANTS feature {NONE} -- Namespace community_namespace: STRING is "origo.community" feature {NONE} -- Message types community_list_type: STRING is "list" community_list_reply_type: STRING is "list_reply" community_retrieve_type: STRING is "retrieve" community_retrieve_reply_type: STRING is "retrieve_reply" community_create_type: STRING is "create" community_change_group_type: STRING is "change_group" community_list_members_type: STRING is "list_members" community_list_projects_type: STRING is "list_projects" community_add_project_type: STRING is "add_project" community_remove_project_type: STRING is "remove_project" community_delete_type: STRING is "delete" community_change_description_type: STRING is "change_description" community_list_wiki_pages_type: STRING is "list_wiki_pages" community_list_wiki_pages_reply_type: STRING is "list_wiki_pages_reply" community_retrieve_wiki_page_type: STRING is "retrieve_wiki_page" community_retrieve_wiki_page_reply_type: STRING is "retrieve_wiki_page_reply" community_add_wiki_page_type: STRING is "add_wiki_page" community_edit_wiki_page_type: STRING is "edit_wiki_page" community_rename_wiki_page_type: STRING is "rename_wiki_page" community_delete_wiki_page_type: STRING is "delete_wiki_page" end