%CSP.UI.System.OpenJournalPane
class %CSP.UI.System.OpenJournalPane extends %CSP.Util.Pane
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.This pane is used to display system journal file contents
Method Inventory
- CancelProfile()
- ComputeJournalProfile()
- ComputeJournalProfileOld()
- DrawBODY()
- DrawHEAD()
- DrawJournalProfile()
- GetJournalProfile()
- HasDBPermission()
- RefreshProfile()
- ShowRecordDetails()
Methods
classmethod CancelProfile(pFile As %String)
Called from client to stop a profile calculation.
classmethod ComputeJournalProfile(pFile As %String)
Given a journal file name, build a profile of the contents
of the journal within a temp global. This takes the form:
^IRIS.Temp.JournalProfile(pFile) = status: 0 running, 1 complete
^IRIS.Temp.JournalProfile(pFile,"ERROR") = error (if any)
^IRIS.Temp.JournalProfile(pFile,"PROFILE",database,global) = size of records for this db.global
^IRIS.Temp.JournalProfile(pFile,"PROFILE","OTHER") = size of other records
^IRIS.Temp.JournalProfile(pFile) = status: 0 running, 1 complete
^IRIS.Temp.JournalProfile(pFile,"ERROR") = error (if any)
^IRIS.Temp.JournalProfile(pFile,"PROFILE",database,global) = size of records for this db.global
^IRIS.Temp.JournalProfile(pFile,"PROFILE","OTHER") = size of other records
classmethod ComputeJournalProfileOld(pFile As %String)
Given a journal file name, build a profile of the contents
of the journal within a temp global. This takes the form:
^IRIS.Temp.JournalProfile(pFile) = status: 0 running, 1 complete
^IRIS.Temp.JournalProfile(pFile,"ERROR") = error (if any)
^IRIS.Temp.JournalProfile(pFile,"PROFILE",database,global) = size of records for this db.global
^IRIS.Temp.JournalProfile(pFile,"PROFILE","OTHER") = size of other records
^IRIS.Temp.JournalProfile(pFile) = status: 0 running, 1 complete
^IRIS.Temp.JournalProfile(pFile,"ERROR") = error (if any)
^IRIS.Temp.JournalProfile(pFile,"PROFILE",database,global) = size of records for this db.global
^IRIS.Temp.JournalProfile(pFile,"PROFILE","OTHER") = size of other records
method DrawBODY(pInstance As PageInstance) as %Status
Draw the BODY of the detail pane
method DrawHEAD(pInstance As PageInstance) as %Status
Inherited description: Overwritten by subclasses to draw anything this pane needs for the HEAD section.
classmethod DrawJournalProfile(pClear As %Boolean, pFile As %String, pSortBy As %String = "", pMode As %Integer = 0) as %Status
Given a journal file name, Draw an HTML profile of the contents
of the journal.
Given a journal file name, build a profile of the contents
of the journal. This takes the form:
pProfile(database,global) = size of records for this db.global
pProfile("OTHER") = size of other records
pProfile(database,global) = size of records for this db.global
pProfile("OTHER") = size of other records
Returns whether current user's base permissions allow access to given database (directory)
Called from client to update the profile page
Called by client to show details for a journal record
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- DrawCommandForm()
- DrawCommands()
- GenerateCode()
- LocalizeText()
- OnGenerateCode()
- QuoteCOS()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()