Oracle Fusion Middleware Tag Reference for Oracle Team Productivity Center Connectors 12c (12.1.2) E23195-01 |
Tag name: <Function>
The Function tag defines a function in a field value resolver.
Name | Type | Default value | Required? | Supports EL? | Description | |
---|---|---|---|---|---|---|
name | String | Y | Y | The function name attribute. | ||
paramTypes | String | Y | Y | The paramTypes attribute. It is used to decide the orders & numbers & types of all input paramters of this function. Valid values are conforming to the java type names--"Integer" "String" "Date" etc. Multiple parameter types will be separated by comma. We currently don't support java class type. |