| |||||||
| FRAMES NO FRAMES | |||||||
To invoke the method fooMethod with the arguments "28" and "foo":
<f:invoke var="${bpmObject}" methodName="fooMethod" args="28, foo" >| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| var | true | true | java.lang.String | BPM Object instance over which the method is invoked. EL(Expression Language) is used to access the BPM Object variable. You can access attributes of type BPM Object, exactly in the same way you do in Java or PBL. |
| methodName | true | false | java.lang.String | Name of the method to invoke. |
| args | true | true | java.lang.String | String containing the values of the method's arguments separated by commas. |
| retAttName | false | false | java.lang.String | Name of the variable where the returning value will be stored. |
| retAttScope | false | false | java.lang.String | Scope of the attribute where the returning value of this method is stored. Possible values are: Page, Request, Session and Application. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||