IRule
pentaho.config.spec. IRule
The config.spec.IRule
interface describes a configuration rule, used to configure one or more types.
A configuration rule is part of a configuration rule set
.
Source: doc-js/pentaho/config/spec/IRule.jsdoc, line 17
See also: pentaho.config.spec.IRuleSet
Members
Name | Description |
---|---|
apply : | The actual configuration specification that is applied to the selected value type(s). |
priority : | The priority of the configuration rule. |
select : | The criteria map that determines when a rule is selected for a given type and environment variables. |
Members Details
apply: |
---|
The actual configuration specification that is applied to the selected value type(s). |
priority: |
---|
The priority of the configuration rule. A rule's priority is the attribute that most influences its precedence order. Source: doc-js/pentaho/config/spec/IRule.jsdoc, line 29 Default Value: 0 |
select: |
---|
The criteria map that determines when a rule is selected for a given type and environment variables. When the map is unspecified, it is like every selection variable had been specified with a |