Skip to main content

%CSP.UI.System.ExpResultPage

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.

Method Inventory

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 (this method is obsolete)
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 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.
classmethod SetLangMode(namespace, cbState)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab