%CSP.UI.System.Index
abstract class %CSP.UI.System.Index extends %Library.RegisteredObject
This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.Management portal index utility
Method Inventory
Parameters
parameter INDEXGLVN = ^%qMgtPortal.Index;
Location of MgtPortal page index
Methods
classmethod %GetLocatorInfo(pClass As %String, Output pInfo)
Get locator info from the given zen portal page.
classmethod BuildIndex() as %Status
Build the MgtPortal page index within the global
#INDEXGLVN
classmethod BuildPageIndex() as %Status
This method will only locate portal pages for the current namespace.
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()