Engine.invokeRuleFunction()

Signature

Object invokeRuleFunction(String uri, Object[] arguments)

Domain

ACTION, BUI

Description

Invoke a rule function by name.

Parameters

NameTypeDescription
uriStringThe URI of the rule function to invoke.
argumentsObject[]Array elements must be in the same order as the arguments are declared by the rule function.

Returns

TypeDescription
ObjectThe result if any. Will be null if function returns void.

Cautions

none