%Monitor.System.AuditEvents
class %Monitor.System.AuditEvents extends %Monitor.System.Adaptor
Monitor Audit event counts.Property Inventory
Method Inventory
Parameters
parameter INDEX = EventIdx;
Inherited description: Comma separated list of properties to act as primary key for instances. Default = ""
Properties
property EventIdx as %Monitor.Integer;
Index of the Event in list
Property methods: EventIdxDisplayToLogical(), EventIdxGet(), EventIdxIsValid(), EventIdxLogicalToDisplay(), EventIdxNormalize(), EventIdxSet()
property EventName as %Monitor.String;
Full name of the event
Property methods: EventNameDisplayToLogical(), EventNameGet(), EventNameIsValid(), EventNameLogicalToDisplay(), EventNameLogicalToOdbc(), EventNameNormalize(), EventNameSet()
property EventTime as %Monitor.String;
Timestamp
Property methods: EventTimeDisplayToLogical(), EventTimeGet(), EventTimeIsValid(), EventTimeLogicalToDisplay(), EventTimeLogicalToOdbc(), EventTimeNormalize(), EventTimeSet()
property EventUser as %Monitor.String;
Username
Property methods: EventUserDisplayToLogical(), EventUserGet(), EventUserIsValid(), EventUserLogicalToDisplay(), EventUserLogicalToOdbc(), EventUserNormalize(), EventUserSet()
Methods
method GetSample() as %Status
Get the audit counts
A return code of $$$OK indicates there is a new sample instance.
A return code of 0 indicates there is no sample instance.
method Initialize() as %Status
Execute the query
method Shutdown() as %Status
On Shutdown close the cconsole file
method Startup() as %Status
On Startup initialize the query
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()