VRF.invokeAllVRFImpls()

Signature

Object invokeAllVRFImpls (String vrfURI, Object[] args)

Domain

ACTION, BUI

Description

Invoke all implementations of a virtual rule function.

Parameters

NameTypeDescription
vrfURIStringThe URI of the virtual rule function.
argsObject[]The input arguments.

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

Example

Object[] sample_args = {arg1, arg2}; VRF.invokeAllVRFImpls("/Virtual_RF/Sample_VirtualRuleFunction",sample_args);