Top   Module   Use   Manual   Index 

com :: sun :: star :: ucb ::

constants group RuleAction


Description
These are the possible values for Rule::Action .
See also
RuleSet


Constants

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