%DeepSee.CubeManager.Audit
Class %DeepSee.CubeManager.Audit Extends %Persistent [ System = 4 ]
This class retrieves and stores information about the use of the analytics items on the system.
Properties
UserID
Property UserID As %String;
UserID initiating the audit event
AuditTime
Property AuditTime As %String;
Time the audit event occurred
Dashboard
Property Dashboard As %String;
Dashboard that fired the AuditCode
Methods
AuditCode
ClassMethod AuditCode()
This Method does the work of recording audit information collected in the context of ^DeepSee.AuditCode. See the documentation for the use cases of this global.