| |||||||
| FRAMES NO FRAMES | |||||||
To invoke the method fooMethod which requires and int and a String as arguments:
<f:invoke var="${bpmObject}" methodName="fooMethod">
<f:arg value="28" type="int"/>
<f:arg value="foo" type="String"/>
</f:invoke>
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| value | true | true | java.lang.String | The value of the argument. |
| type | true | false | java.lang.String | The type of the argument. It can be any of the PBL basic types: String, int, boolean, double, Decimal, Time, Interval, Binary, Any |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||