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.
parameter DOMAIN = "%Utility";
Default Localization Domain
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)