Coherence.Filters.C_RuleFunction()

Signature

Object C_RuleFunction(String className, String ruleFunctionURI, Object[] args)

Domain

action, condition, query

Description

Use specified rule function as a filter

Parameters

NameTypeDescription
classNameStringName of the class of Rule function
ruleFunctionURIStringName of the Rule function
argsObject[]Arguments that are passed as is to the rule function

Returns

TypeDescription
ObjectFilter object

Cautions

none