Flag to indicate whether the user is permitted to view the message trace tab.
property matchSourceOrTarget
as %ZEN.Datatype.string(ZENURL="SOURCEORTARGET"); property msgViewTraceHover
as %ZEN.Datatype.caption [ InitialExpression = $$$Text("View Full Trace including Events, ACKs, IO entries and message contents") ];
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String)
as %Status
Get information to display in the ribbon bar.
method SetSearchCriteria()
as %String
[ ZenMethod ]
method doExport()
[ Language = javascript ]
method onChangeResultsPage(next, pageSize, currentPage)
[ Language = javascript ]
Callback to set up the resultset/query for paging
method onlayoutHandler(load)
[ Language = javascript ]
Ensure we don't call onlayoutHandler() reentrantly under older versions of IE8
method productionIsRunning()
as %Boolean
[ ZenMethod ]
method sequenceSearch(searchType)
[ Language = javascript ]
Helper method to trigger Sequence Manager searches.
method showTrace(sessionId, evt)
[ Language = javascript ]
User clicked a link for Trace. Display the Visual Trace page.