| |||||||
| FRAMES NO FRAMES | |||||||
To invoke the method fooMethod with the arguments "arg1" and "arg2", both of type String:
<f:invokea var='${example}' methodName='fooMethod' args="<%=new String[]{"arg1","arg2"}%>"/> | 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 | false | true | java.lang.Object[] | Array containing the values of the method's arguments. |
| retAttName | false | false | java.lang.String | Returning attribute name |
| 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 | |||||||