Skip to main content

%ZEN.Mojo.ActivityLog.ResultSet

Custom result set for viewing contents of the Activity log. Applications should NOT use this class.

Property Inventory

Method Inventory

Parameters

parameter %statementmetadata;
parameter %statementmetadata0;
parameter %statementmetadataext;
parameter %statementobjects;

Properties

property ActivityCount as %Integer;
Property methods: ActivityCountDisplayToLogical(), ActivityCountGet(), ActivityCountIsValid(), ActivityCountLogicalToDisplay(), ActivityCountNormalize(), ActivityCountSet()
property UserID as %String;
Property methods: UserIDDisplayToLogical(), UserIDGet(), UserIDIsValid(), UserIDLogicalToDisplay(), UserIDLogicalToOdbc(), UserIDNormalize(), UserIDSet()

Methods

method %CloseCursor() as %Status
Close the source result set.
method %Next(ByRef pSC As %Library.Status = $$$OK) as %Library.Integer
Read record from log.
method %OpenCursor(pAppName As %String = "", pQueryType As %String = "", pStartTime As %TimeStamp = "", pEndTime As %TimeStamp = "") as %Status
Initialize the result set.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab