classmethod DoPurge(keep As %Integer)
as %String
[ ZenMethod ]
Perform the purge operation and if there is an error, return the message
to JavaScript by prepending the message with a '-'. If no error then
return the zero or positive number of entries deleted, as a string.
classmethod DrawEventDetails(pSeed As %String)
as %Status
Server-side callback to provide data for the details table
Server-side method to write out the content for the SessionId column.
The main purpose is to ensure that links to the Visual Trace diagram are only included
for events which occurred as part of a session.
method GetColumnsAndFrom(timeFormat As %String)
as %String
For tablePanes which require a constructed SQL query when paging, this
callback supplies the columns and FROM portions of the query.
classmethod GetCount()
as %Integer
[ ZenMethod ]
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List)
as %Status