Skip to main content

HS.UI.IHE.ATNARepositoryQuery

class HS.UI.IHE.ATNARepositoryQuery extends HS.UI.Base

For use at connectathons, for others to be able to query our repository

Method Inventory

Parameters

parameter DOMAIN = HS;
Domain used for localization.
parameter PAGENAME = ATNA Repository Query;
Displayed name of this page.
parameter RESOURCE = %HS_TestSuite;
Security requirement

Methods

method %OnAfterCreatePage() as %Status
Inherited description: This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
method EventSelected(pID) [ ZenMethod ]
classmethod ListEventsClose(ByRef qHandle As %Binary) as %Status
classmethod ListEventsExecute(ByRef qHandle As %Binary, EventType As %String, UserName As %String, FromTime As %String, ToTime As %String, AuditSource As %String, SourceNWAccess As %String, InboundIP As %String, MessageType As %String) as %Status
classmethod ListEventsFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
method ParmChanged(pParm, pValue) [ ZenMethod ]
classmethod addCondition(tCond, tValue, pField, pOp, pParams)
clientmethod refreshEventList() [ Language = javascript ]
clientmethod rowSelected(table) [ Language = javascript ]

Queries

query ListEvents(EventType As %String, UserName As %String, FromTime As %TimeStamp, ThruTime As %TimeStamp, AuditSource As %String, SourceNWAccess As %String, InboundIP As %String, MessageType As %String)
Selects ID As %String, Date ByRef Time As %TimeStamp, User As %String, Event As %String, Audit Source As %String, Source NW Access As %String, Destination NW Access As %String

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab