class %CSP.UI.Portal.Application
extends %ZEN.Portal.Application
Zen based System Management Portal Application
This is a Zen Application class.
parameter APPLICATIONNAME = "System Management Portal";
This is the name of this application.
parameter DOMAIN = "%Utility";
Domain used for localization.
classmethod CheckSecurity(pResource As %String)
as %Boolean
Given a security resource, this method returns 1 if user has privilege, and 0 if the user does not security privilege for using a particular function.
classmethod EvaluateCondition(pCondition As %String, tError As %String)
as %Boolean
Evaluate a menu item condition; the condition must refer to values or functions that
are in scope (i.e., % variables).
classmethod GetConfigurationArray(n1, n2, Output pData)
as %Status
This method is called only when user has %Admin_Manage priviledge
with a few exceptions that require %Admin_Secure
classmethod GetSecurityArray(n1, n2, Output pData)
as %Status
This method is called only when user has %Admin_Secure priviledge
classmethod GetSystemConfigArray(Output pData)
as %Status
Provide finder contents for the System Config pages.
classmethod GetSystemExplorerArray(Output pData)
as %Status
Provide finder contents for the System Explorer pages.
classmethod GetSystemOperationArray(Output pData)
as %Status
Provide finder contents for the System Operator pages.