Class: message

An message for the attention of the administrator

Enums

cls

Fields

string body [RO/runtime]
enum cls cls [RO/runtime]
string name [RO/runtime]
string obj_uuid [RO/runtime]
int priority [RO/runtime]
datetime timestamp [RO/runtime]
string uuid [RO/runtime]

Messages

message ref create (session ref, string, int, enum cls, string, string)
void destroy (session ref, message ref)
Prototype
void destroy_many (session ref, message ref set)
(message ref → message record) map get (session ref, enum cls, string, datetime)
message ref set get_all (session ref)
(message ref → message record) map get_all_records (session ref)
(message ref → message record) map get_all_records_where (session ref, string)
message ref get_by_uuid (session ref, string)
message record get_record (session ref, message ref)
(message ref → message record) map get_since (session ref, datetime)