persistent class Ens.Rule.RuleSet
extends RuleDefinition
Defines an Ensemble Business Rule set.
This is a specific type of Rule definition.
parameter COMPILABLE = 1;
Indicates if this Rule Engine supports compilation.
parameter RULEEDITORURL = "UtilEnsRuleEditor.csp";
URL (csp page) for Rule Editor associated with the Rule Definition class.
parameter XMLNAME = "ruleSet";
This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
property DefaultValue
as %String(MAXLEN=128,XMLNAME="default",XMLPROJECTION="ATTRIBUTE");
Default value returned by this Rule Set.
relationship Rules
as Rule(XMLNAME="rule",XMLPROJECTION="ELEMENT") [ Inverse = RuleSet,Cardinality = children ];
Set of Rules that define this Rule Set.
method Evaluate(pContext As %RegisteredObject)
as %Status
Evaluate this Rule Set.
The resulting return value is returned via the %ReturnValue property.
method GenerateCode(pCompiler As Compiler)
as %Status
Generate executable code for this Rule