%CSP.UI.System.Utils
class %CSP.UI.System.Utils extends %Library.RegisteredObject
Utility methods used by SMP - mostly by background jobs called from %CSP.UI.System.BackgroundTask.Method Inventory (Including Private)
Parameters
parameter DOMAIN = %Utility;
Default Localization Domain
Methods (Including Private)
classmethod Compile(ByRef pParms As %String, ByRef tItems As %String) as %Status [ Language = objectscript ]
Method to Compile in the background (copied from %CSP.UI.System.CompilePane)
classmethod Export(FileName As %String, ExportFormat As %String, ByRef pParms As %String, ByRef tItems As %String) as %Status [ Language = objectscript ]
Method to Export in the background
classmethod Import(FileName As %String, ByRef pParms As %String, ByRef tItems As %String) as %Status [ Language = objectscript ]
Method to Import in the background
Log error into ^|"%SYS"|IRIS.Temp.MgtPortalTask($J,"Status") and ^|"%SYS"|IRIS.Temp.MgtPortalTask($J,"Details")
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()