Skip to main content

%CSP.UI.System.ExpResultPage

class %CSP.UI.System.ExpResultPage extends %CSP.Page

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.

Final processing of actions for Explorer's compile, export, etc.

Method Inventory

Parameters

parameter DOMAIN = %Utility;
Default Localization Domain

Methods

classmethod CopyMapsFrom(pNamespace As %String, pCopyMapsFrom As %String)
Method to copy mappings for a InterSystems IRIS instance when adding a new namespace.
classmethod DeleteError(namespace, cbState, tMode)
classmethod DoneMsg(tSC)
Write common message after action is commited.
classmethod DrawCloseButton(Index As %Integer)
classmethod DrawErrorLog(err)
Write out error log
classmethod EnableEnsNamespace(pNamespace As %String, pCopyMapsFrom As %String)
Method to enable production-enabled namespace when adding a new namespace.
classmethod HelpTextCancel()
classmethod OnPage() as %Status
Inherited description: Event handler for PAGE event: this is invoked in order to generate the content of a csp page.
classmethod OnPreHTTP() as %Boolean
Ensure the user has either %Admin_Operate:USE or %Admin_Manage:USE. Extend response timeout to allow the requested task to complete.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab