Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [Ens] >  [Rule] >  [RuleSet]
Private  Storage   

persistent class Ens.Rule.RuleSet extends RuleDefinition

Defines an Ensemble Business Rule set. This is a specific type of Rule definition.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 2 2


Summary

Properties
%ErrorMsg %Reason %ReturnValue %StackLevel
CompileStatus ContextClass DefaultValue Description
EffectiveBeginDateTime EffectiveEndDateTime FullName HasErrors
HostClass Name Production ReportGroup
ReportName RoutineName Rules ShortDescription
TimeModified Version

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %Notify
%ObjectIsNull %ObjectModified %Oid %OnBeforeAddToSync
%OnDelete %OnDeleteFinally %OnDetermineClass %OnOpenFinally
%OnSaveFinally %Open %OpenId %OriginalNamespace
%PackageName %PhysicalAddress %PurgeIndices %Reload
%RemoveFromSaveSet %ResolveConcurrencyConflict %RollBack %Save
%SaveDirect %SaveIndices %SerializeObject %SetModified
%SortBegin %SortEnd %SyncObjectIn %SyncTransport
%UnlockExtent %UnlockId %ValidateIndices %ValidateObject
%ValidateTable Compile ContextClassGet ConvertStorageGlobal
EffectiveBeginDateTimeSet EffectiveEndDateTimeSet Evaluate EvaluateRules
EvaluateRulesEx Exists GenerateCode GetLatestVersion
Load LoadFile NameSet Open
OpenEffective PurgeOldVersions PurgeRuleCache RecompileAll
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType


Parameters

• 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.

Properties

• 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.

Methods

• 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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.