VRF.invokeAllVRFImpls()
Signature
Object invokeAllVRFImpls (String vrfURI, Object[] args)
Description
Invoke all implementations of a virtual rule function.
Parameters
Name | Type | Description |
vrfURI | String | The URI of the virtual rule function. |
args | Object[] | The input arguments. |
Returns
Type | Description |
Object | Result Map containing the matched rules associated to the executed Decision Table. Key-Value pair structure, with Key being the Decision Table name and value being the integer array containing the matched rule Ids. |