Skip to main content

CSPX.EnsEntMsgTablePane

class CSPX.EnsEntMsgTablePane extends CSPX.EnsMsgTablePane

Specialized pane for displaying a list of messages.

Property Inventory

Method Inventory

Properties

property Clients [ MultiDimensional ];
Array of Enterprise Monitor client system address structures
Property methods: ClientsDisplayToLogical(), ClientsGet(), ClientsIsValid(), ClientsLogicalToDisplay(), ClientsLogicalToOdbc(), ClientsNormalize(), ClientsSet()

Methods

method CreateResultSet(ByRef pID As %String, ByRef pRS As %ResultSet) as %Status
Inherited description: This method creates the %ResultSet object that is used for the table pane.
A subclass can override this to customize the table displayed by this pane.
pID is array of page variables...
classmethod EnumerateDupsClose(ByRef qHandle As %Binary) as %Status
classmethod EnumerateDupsExecute(ByRef qHandle As %Binary, pFilterObj As CSPX.EnsMsgFilterForm, pNextId As %String = "", pPaneObj As EnsMsgTablePaneEx = $$$NULLOREF) as %Status
classmethod EnumerateDupsFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
classmethod EnumerateExecute(ByRef qHandle As %Binary, pFilterObj As CSPX.EnsMsgFilterForm, ByRef pNextIds As %String = "", pPaneObj As EnsMsgTablePaneEx = $$$NULLOREF) as %Status
classmethod EnumerateFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
classmethod EnumerateGapsClose(ByRef qHandle As %Binary) as %Status
classmethod EnumerateGapsExecute(ByRef qHandle As %Binary, pFilterObj As CSPX.EnsMsgFilterForm, pNextId As %String = "", pPaneObj As EnsMsgTablePaneEx = $$$NULLOREF) as %Status
classmethod EnumerateGapsFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
classmethod EnumerateGetInfo(colinfo As %List, parminfo As %List, idinfo As %List, qHandle As %Binary, extoption As %Integer = 0, extinfo As %List) as %Status
classmethod EnumerateLatesClose(ByRef qHandle As %Binary) as %Status
classmethod EnumerateLatesExecute(ByRef qHandle As %Binary, pFilterObj As CSPX.EnsMsgFilterForm, pNextId As %String = "", pPaneObj As EnsMsgTablePaneEx = $$$NULLOREF) as %Status
classmethod EnumerateLatesFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
method GetColorByColumn() as %String
Inherited description: Subclass can override this to specify the name of column used to distinctly color rows
Inherited description: Subclass can override this to specify hyperlinks for the columns
Inherited description: Subclass can override this to modify hyperlinks for the columns

Queries

query Enumerate(FilterObj As CSPX.EnsMsgFilterForm, NextId As %String = "", PaneObj As EnsMsgTablePaneEx = $$$NULLOREF)
Selects System, ID, TimeCreated, Session, Status, Error, Source
List the messages matching the given filter object, skipping to start from NextId if given.
query EnumerateDups(FilterObj As CSPX.EnsMsgFilterForm, NextId As %String = "", PaneObj As EnsMsgTablePaneEx = $$$NULLOREF)
Selects ID, TimeCreated, Session, Status, Error, Source, BodyID, BodyControlID, DupBodyIDs
query EnumerateGaps(FilterObj As CSPX.EnsMsgFilterForm, NextId As %String = "", PaneObj As EnsMsgTablePaneEx = $$$NULLOREF)
Selects ID, TimeCreated, Session, Status, Error, Source, Seq, TargetSeq
This one does not currently return objects, only the sequence number of the message that should have arrived, and the higher sequence number of the one that already arrived
query EnumerateLates(FilterObj As CSPX.EnsMsgFilterForm, NextId As %String = "", PaneObj As EnsMsgTablePaneEx = $$$NULLOREF)
Selects ID, TimeCreated, Session, Status, Error, Source, BodyID, Seq, NextSeq

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab