%CSP.RuleMgr
class %CSP.RuleMgr extends %Library.RegisteredObject
The %CSP.RuleMgr class provides an interface for managing the rules used by the CSP compiler.Method Inventory
Methods
Return true if the rule exists.
Close method for RuleList query.
Execute method for RuleList query.
classmethod RuleListFetch(ByRef QHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
Fetch method for RuleList query.
Queries
query RuleList(family As %String = "csp")
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()