DocBook|Search
Class Reference
%CSP.UI.System.ExpResultPage
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%CSP] >  [UI] >  [System] >  [ExpResultPage]
Private  Storage  

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

This class is used internally by Caché. 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.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 28


Summary

Methods
%ClassIsLatestVersion %ClassName %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Extends %GetParameter %IsA
%OriginalNamespace %PackageName AuditEvent CompactGlobals
Compile CompileAll ConvertParameter CopyMapsFrom
Decrypt Delete DeleteError DeleteJournal
DeleteQuery DoneMsg DrawCloseButton DrawErrorLog
EnableEnsNamespace Encrypt EscapeHTML EscapeURL
Export ExportGlobalGO FindString GetExpExt
GetOpenParms HelpTextCancel HyperEventBody HyperEventCall
HyperEventFrame HyperEventHead Import Include
InsertHiddenField InsertHiddenFields IntegrityCheck IntegrityCheckBack
IntegrityCheckDatabase IsPrivate LangMode Link
MirrorDB OnHTTPHeader OnPage OnPageError
OnPostHTTP OnPostHyperEvent OnPreHTTP OnPreHyperEvent
Page QuoteJS RewriteURL SetLangMode
ShowError StartTimer StopTimer ThrowError
UnescapeHTML UnescapeURL


Parameters

• parameter DOMAIN = "%Utility";
Default Localization Domain

Methods

• classmethod AuditEvent(tMode, cbState)
Delete global
• classmethod CompactGlobals(dbDir, cbState)
Compact
• classmethod Compile(namespace As %String, cbState As %String)
Compile classes/routines
• classmethod CompileAll(namespace)
Compile all classes
• classmethod CopyMapsFrom(pNamespace As %String, pCopyMapsFrom As %String)
Method to copy mappings for a Cache instance when adding a new namespace.
• classmethod Delete(namespace As %String, cbState As %String)
Delete routines
• classmethod DeleteError(namespace, cbState, tMode)
• classmethod DeleteJournal(cbState)
Delete journal file
• classmethod DeleteQuery(namespace, cbState)
Delete cached queries
• 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 Ensemble namespace when adding a new namespace.
• classmethod Export(tMode, namespace, cbState)
Export classes/routines/globals
• classmethod ExportGlobalGO(tItems, FileName)
Export Global in %GO format
• classmethod FindString(tNamespace, tMode, tItems, FindWhat)
Find string in globals or routines
• classmethod GetExpExt(ExportFormat As %String, FileName As %String) as %String
Validate export extension. Append correct extension if not valid.
• classmethod GetOpenParms(bWrite As %Boolean, bVariable As %Boolean, sEncoding As %String) as %String
Construct file Open parameters bWrite = open file for write access bVariable = read/write Variablelength/Stream record (True="V"\False="S") sEncoding = character encoding for \k???\ syntax Return parameters string
• classmethod HelpTextCancel()
• classmethod Import(tMode, namespace, FileName)
Import
• classmethod IntegrityCheck(dbDir, cbState)
Integrity Check for Globals (no longer being used in SMP)
• classmethod IntegrityCheckBack(cbState, pStopAfterError)
Integrity Check Database Background
• classmethod IntegrityCheckDatabase(cbState)
Integrity Check Database Forground (no longer being used in SMP)
• classmethod LangMode(langmode As %Integer = 0) as %String
Return Language Mode Description
• classmethod MirrorDB(cbState, Action)
Run MirrorDB actions in the Background
• classmethod OnPage() as %Status
Event handler for PAGE event: this is invoked in order to generate the content of a csp page.
• classmethod OnPreHTTP() as %Boolean
Event handler for PreHTTP event: this is invoked before the HTTP headers for a CSP page have been sent. All changes to the %CSP.Response class, such as adding cookies, HTTP headers, setting the content type etc. must be made from within the OnPreHTTP() method. Also changes to the state of the CSP application such as changing %session.EndSession or %session.AppTimeout must be made within the OnPreHTTP() method. It is prefered that changes to %session.Preserve are also made in the OnPreHTTP() method as this is more efficient, although it is supported in any section of the page. Return 0 to prevent OnPage from being called.
• classmethod SetLangMode(namespace, cbState)