Go to the source code of this file.
|  | 
| const short | NONE = 0 | 
|  | "None" - Do nothing. 
 | 
| const short | SHOW = 1 | 
|  | "Show" - Shows object when term matches. 
 | 
| const short | HIDE = 2 | 
|  | "Hide" - Hides object when term matches. 
 | 
| const short | MARK = 3 | 
|  | "Mark" - Marks object when term matches. 
 | 
| const short | UNMARK = 4 | 
|  | "UnMark" - Removes mark from object when term matches. 
 | 
| const short | MARKREAD = 5 | 
|  | "MarkRead" - Marks object as read when term matches. 
 | 
| const short | MARKUNREAD = 6 | 
|  | "MarkUnRead" - Marks object as not read when term matches. 
 | 
| const short | MOVE = 7 | 
|  | "Move" - Moves object to Rule::Parameter when term matches. 
 | 
| const short | COPY = 8 | 
|  | "Copy" - Copies object to Rule::Parameter when term matches. 
 | 
| const short | DELETE = 9 | 
|  | "Delete" - Deletes object when term matches. 
 | 
| const short | LINK = 10 | 
|  | "Link" - Creates a link to Rule::Parameter when term matches. 
 | 
| const short | FORWARD = 11 | 
|  | "Forward" - Forwards object to Rule::Parameter when term matches. 
 |