indexing description: "Constant for workitem messages." author: "Peter Wyss " date: "$Date$" revision: "$Revision$" class O_WORKITEM_CONSTANTS feature {NONE} -- Namespace workitem_namespace: STRING is "origo.workitem" feature {NONE} -- Message types workitem_list_type: STRING is "list" workitem_list_projects_type: STRING is "list_projects" workitem_list_project_type: STRING is "list_project" workitem_list_reply_type: STRING is "list_reply" workitem_set_read_status_type: STRING is "set_read_status" workitem_set_read_status_project_type: STRING is "set_read_status_project" workitem_mail_type: STRING is "mail" workitem_mail_reply_type: STRING is "mail_reply" workitem_add_reply_type: STRING is "add_reply" workitem_retrieve_type: STRING is "retrieve" workitem_retrieve_reply_type: STRING is "retrieve_reply" end