Difference between revisions of "WSMessage"
From LogicalDOC Community Wiki
Jump to navigationJump to search (Created page with "{| cellspacing="1" cellpadding="3" border="1" |- | bgcolor="#dddddd" | '''Property''' | bgcolor="#dddddd" | '''Type''' | bgcolor="#dddddd" | '''Nullable''' | bgcolor="#dddddd" ...") |
m |
||
Line 31: | Line 31: | ||
| format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd' | | format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd' | ||
|- | |- | ||
+ | | read | ||
| int | | int | ||
− | |||
| no | | no | ||
| can be '1' or '0' | | can be '1' or '0' | ||
|- | |- | ||
+ | | type | ||
| int | | int | ||
− | |||
| no | | no | ||
| type of the message (0=system, 1=notification) | | type of the message (0=system, 1=notification) | ||
− | |||
|- | |- | ||
+ | | priority | ||
| int | | int | ||
− | |||
| no | | no | ||
| priority of the message | | priority of the message | ||
− | |||
|} | |} | ||
<br> | <br> |
Latest revision as of 12:29, 2 August 2012
Property | Type | Nullable | Comment |
id | long | no | unique identifier |
messageText | String | no | |
subject | String | no | |
author | String | yes | who wrote the message |
date | String | no | format must be 'yyyy-MM-dd HH:mm:ss' or 'yyyy-MM-dd' |
read | int | no | can be '1' or '0' |
type | int | no | type of the message (0=system, 1=notification) |
priority | int | no | priority of the message |