Engine.Variable.setEngineIntArrayVar()
Signature
void setEngineIntArrayVar(String varName, int[] value)
Domain
ACTION, CONDITION, BUI
Description
Sets the engine variable of name varName to value. Engine variable is a in-memory variable share
across all the rule sessions for a RuleServiceProvider. Rule condition won't have dependency of this variable i.e. changes
of this variable won't retrigger the rule if it is used in the condition.
* @.cautions none
Parameters
Name | Type | Description |
varName | String | The name of the variable. |
value | int[] | The value of the variable. |