%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 (Including Private)
- CopyMapsFrom()
- DeleteError()
- DoneMsg()
- DrawCloseButton()
- DrawErrorLog()
- EnableEnsNamespace()
- HelpTextCancel()
- OnPage()
- OnPreHTTP()
Parameters
parameter DOMAIN = %Utility;
Default Localization Domain
Methods (Including Private)
classmethod CopyMapsFrom(pNamespace As %String, pCopyMapsFrom As %String) [ Language = objectscript ]
Method to copy mappings for a InterSystems IRIS instance when adding a new namespace.
classmethod DeleteError(namespace, cbState, tMode) [ Language = objectscript ]
classmethod DoneMsg(tSC) [ Language = objectscript ]
Write common message after action is commited.
classmethod DrawCloseButton(Index As %Integer) [ Language = objectscript ]
classmethod DrawErrorLog(err) [ Language = objectscript ]
Write out error log
classmethod EnableEnsNamespace(pNamespace As %String, pCopyMapsFrom As %String) [ Language = objectscript ]
Method to enable production-enabled namespace when adding a new namespace.
classmethod HelpTextCancel() [ Language = objectscript ]
classmethod OnPage() as %Status [ Language = objectscript ]
Inherited description: Event handler for PAGE event: this is invoked in order to
generate the content of a csp page.
classmethod OnPreHTTP() as %Boolean [ Language = objectscript ]
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 (Including Private)
- %ClassIsLatestVersion()
- %ClassName()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %New()
- %OriginalNamespace()
- %PackageName()
- %SetModified()
- ConvertParameter()
- Decrypt()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- Link()
- OnHTTPHeader()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- RewriteURL()
- ShowError()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()