Skip to main content

Ens.Enterprise.Portal.VisualTrace

class Ens.Enterprise.Portal.VisualTrace extends EnsPortal.VisualTrace

Property Inventory

Method Inventory

Parameters

parameter PAGENAME = Enterprise Visual Trace;
Name of this page.
parameter RESOURCE = %Ens_MsgBank_MessageTrace:USE;
User needs USE permissions on the %Ens_MsgBank_MessageTrace resource to view this page.
parameter SVGTraceClass = Ens.Enterprise.Portal.SVG.VisualTrace;

Properties

property eventLogClass as %ZEN.Datatype.className [ InitialExpression = "Ens.Enterprise.MsgBank.Log" ];
Property methods: eventLogClassDisplayToLogical(), eventLogClassGet(), eventLogClassIsValid(), eventLogClassLogicalToDisplay(), eventLogClassLogicalToOdbc(), eventLogClassNormalize(), eventLogClassSet()
property headerClass as %ZEN.Datatype.className [ InitialExpression = "Ens.Enterprise.MsgBank.MessageHeader" ];
Property methods: headerClassDisplayToLogical(), headerClassGet(), headerClassIsValid(), headerClassLogicalToDisplay(), headerClassLogicalToOdbc(), headerClassNormalize(), headerClassSet()

Methods

method %OnGetPageName() as %String
Get the (localized) name of the page.
method %OnGetTitle() as %String
Get the (localized) title string for the page. This should be implemented in a subclass.
method CheckViewContents() as %Boolean
method DrawResendData(pSeed As %String) as %Status
classmethod GetActualSessionId(pId As %String = "") as %String
Helper method to obtain the session id given the SESSIONID URL parameter which may be a session id or a message id
classmethod GetItemsPerPage() as %Integer [ ZenMethod ]
classmethod GetShowContents() as %Boolean
classmethod GetShowEvents() as %Boolean [ ZenMethod ]
classmethod GetShowInternalItems() as %Boolean [ ZenMethod ]
classmethod SetItemsPerPage(items As %Integer) as %String [ ZenMethod ]
classmethod SetShowContents(pValue As %Boolean = 1) as %String [ ZenMethod ]
classmethod SetShowEvents(flag As %Boolean = 0) as %String [ ZenMethod ]
classmethod SetShowInternalItems(flag As %Boolean = 0) as %String [ ZenMethod ]
clientmethod goToSession(id) [ Language = javascript ]
Go to the Trace page for the previous or next session.
clientmethod showLegend() [ Language = javascript ]
Show the legend as a popup.
clientmethod showPrintableVersion() [ Language = javascript ]
Show the trace in full as a popup.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab