VRF.invokeVRFImpls()

Signature

Object invokeVRFImpls (Object[] vrfImpls, Object[] args, Object[] returnValues)

Domain

ACTION, BUI

Description

Invoke an array of virtual rule function implementations.

Parameters

NameTypeDescription
vrfImplsObject[]An array of virtual rule function implementation objects (gotten from getVRFImpls or getVRFImplByName).
argsObject[]The input arguments.
returnValuesObject[]Optional. If non-null, the result of invoking each element of vrfImpls will be placed into returnValues in the same order as vrfImpls. Functions returning void will add null entries to returnValues.

Returns

TypeDescription
ObjectResult 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.

Cautions

none