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.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.