Language
The Free and Open Productivity Suite
Constants |
NONE |
"None" - Do nothing.
|
SHOW |
"Show" - Shows object when term matches.
|
HIDE |
"Hide" - Hides object when term matches.
|
MARK |
"Mark" - Marks object when term matches.
|
UNMARK |
"UnMark" - Removes mark from object when term matches.
|
MARKREAD |
"MarkRead" - Marks object as read when term matches.
|
MARKUNREAD |
"MarkUnRead" - Marks object as not read when term matches.
|
MOVE |
"Move" - Moves object to Rule::Parameter when term
matches.
|
COPY |
"Copy" - Copies object to Rule::Parameter when term
matches.
|
DELETE |
"Delete" - Deletes object when term matches.
|
LINK |
"Link" - Creates a link to Rule::Parameter when term
matches.
|
FORWARD |
"Forward" - Forwards object to Rule::Parameter when
term matches.
|
Constants' Details |
NONE
const short NONE = 0;
- Description
- "None" - Do nothing.
|
|
SHOW
const short SHOW = 1;
- Description
- "Show" - Shows object when term matches.
|
|
HIDE
const short HIDE = 2;
- Description
- "Hide" - Hides object when term matches.
|
|
MARK
const short MARK = 3;
- Description
- "Mark" - Marks object when term matches.
|
|
UNMARK
const short UNMARK = 4;
- Description
- "UnMark" - Removes mark from object when term matches.
|
|
MARKREAD
const short MARKREAD = 5;
- Description
- "MarkRead" - Marks object as read when term matches.
|
|
MARKUNREAD
const short MARKUNREAD = 6;
- Description
- "MarkUnRead" - Marks object as not read when term matches.
|
|
MOVE
const short MOVE = 7;
- Description
- "Move" - Moves object to Rule::Parameter when term
matches.
|
|
COPY
const short COPY = 8;
- Description
- "Copy" - Copies object to Rule::Parameter when term
matches.
|
|
DELETE
const short DELETE = 9;
- Description
- "Delete" - Deletes object when term matches.
|
|
LINK
const short LINK = 10;
- Description
- "Link" - Creates a link to Rule::Parameter when term
matches.
|
|
FORWARD
const short FORWARD = 11;
- Description
- "Forward" - Forwards object to Rule::Parameter when
term matches.
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.