%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 (Including Private)
Methods (Including Private)
classmethod RuleExists(name As %String, family As %String = "csp") as %Boolean [ Language = objectscript ]
Return true if the rule exists.
Close method for RuleList query.
classmethod RuleListExecute(ByRef QHandle As %Binary, family As %String = "csp") as %Status [ Language = objectscript ]
Execute method for RuleList query.
classmethod RuleListFetch(ByRef QHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status [ Language = objectscript ]
Fetch method for RuleList query.
Queries
query RuleList(family As %String = "csp")
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()