A parameter consists of a name, a type and a value. The following parameter types specify delivery parameters during the execution of actions (uiActions):
Typ |
Example |
||
String |
„anyString" |
||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="0c07b975-6c67-420a-8545-6cb8a9695e6b"><ac:plain-text-body><![CDATA[ |
String[] |
„9,9,9,9" (by comma separated enumeration) |
]]></ac:plain-text-body></ac:structured-macro> |
Integer |
„999" |
||
Int |
„999" |
||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="260c0ac6-3341-47f1-89ff-aeb4729d01c8"><ac:plain-text-body><![CDATA[ |
int[] |
"9,9,9" (by comma separated enumeration) |
]]></ac:plain-text-body></ac:structured-macro> |
URL |
"file:///c://test/test.xml" or "http://www.jaxfront.com/test.xml" |
||
boolean |
„true" or „false" |
||
Boolean |
„true" or „false" |
||
Color |
„50,60,70" (by comma separated enumeration of the RGB values) |
||
Visualizer |
„/purchaseOrder/billTo/name" (XPath expression) |
||
Type |
„/purchaseOrder/billTo/name" (XPath expression) |
If the delivery parameter of a calling method consists only of Boolean values, the reverse action must not be defined separately, because the parameters are toggled.