Skip to main content

%CSP.UI.Portal.Audit.View

class %CSP.UI.Portal.Audit.View extends %CSP.UI.Template.List

This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

Zen page for System Management Portal - View Audit Database

Property Inventory

Method Inventory

Parameters

parameter AUTONS = 0;
Allow to change namespaces for this page.
parameter CSPURL = /csp/sys/sec/%CSP.UI.Portal.Audit.View.zen;
Inherited description: This parameter is used to make sure that if multiple CSP applications are mapped to the same namespace that the CSP engine can correctly identify which class corresponds with which URL. If 'LockCSPName' is true (the default, defined in the CSP application) then you can only access this page if the url exactly matches this 'CSPURL'. You can set this parameter to "" if you wish to disable this check for this class. This check is applied for all CSP urls (cls/csp/zen).
If this page was compiled from a .csp file, then this parameter is automatically set to contain the url of this file used for compilation.
parameter HELPADDRESS = System Administration,Security,Auditing;
Inherited description: Each SMP page should set this link which points to the documentation anchor name.
parameter PAGENAME = AuditList;
Displayed name of this page.
parameter RESOURCE = %Admin_Secure;
Security requirement

Properties

property Authentications as %String;
Property methods: AuthenticationsDisplayToLogical(), AuthenticationsGet(), AuthenticationsIsValid(), AuthenticationsLogicalToDisplay(), AuthenticationsLogicalToOdbc(), AuthenticationsNormalize(), AuthenticationsSet()
property ColorBy as %String;
Property methods: ColorByDisplayToLogical(), ColorByGet(), ColorByIsValid(), ColorByLogicalToDisplay(), ColorByLogicalToOdbc(), ColorByNormalize(), ColorBySet()
property EventName as %String;
Property methods: EventNameDisplayToLogical(), EventNameGet(), EventNameIsValid(), EventNameLogicalToDisplay(), EventNameLogicalToOdbc(), EventNameNormalize(), EventNameSet()
property EventSource as %String;
Property methods: EventSourceDisplayToLogical(), EventSourceGet(), EventSourceIsValid(), EventSourceLogicalToDisplay(), EventSourceLogicalToOdbc(), EventSourceNormalize(), EventSourceSet()
property EventType as %String;
Property methods: EventTypeDisplayToLogical(), EventTypeGet(), EventTypeIsValid(), EventTypeLogicalToDisplay(), EventTypeLogicalToOdbc(), EventTypeNormalize(), EventTypeSet()
property FILETYPE as %String [ InitialExpression = "Audit" ];
Property methods: FILETYPEDisplayToLogical(), FILETYPEGet(), FILETYPEIsValid(), FILETYPELogicalToDisplay(), FILETYPELogicalToOdbc(), FILETYPENormalize(), FILETYPESet()
property PID as %String;
Inherited description: ID for edit.
Property methods: PIDDisplayToLogical(), PIDGet(), PIDIsValid(), PIDLogicalToDisplay(), PIDLogicalToOdbc(), PIDNormalize(), PIDSet()
property SystemID as %String;
Property methods: SystemIDDisplayToLogical(), SystemIDGet(), SystemIDIsValid(), SystemIDLogicalToDisplay(), SystemIDLogicalToOdbc(), SystemIDNormalize(), SystemIDSet()
property Users as %String;
Property methods: UsersDisplayToLogical(), UsersGet(), UsersIsValid(), UsersLogicalToDisplay(), UsersLogicalToOdbc(), UsersNormalize(), UsersSet()

Methods

Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
method %OnAfterCreatePage() as %Status
Inherited description: Subclass to override. Always include code in this method.
method %OnGetPageName() as %String
Get the (localized) name of the page. This should be implemented in a subclass.
method DrawTableHeader(pSeed As %String) as %Status
Draw the contents of the Table Header (the region between the diagram and the table).
method ExecuteRS(pRS As %Library.ResultSet, Output tSC As %Status, pInfo As %ZEN.Auxiliary.QueryInfo) as %Boolean
Method for executing the audit list query.
classmethod GetEventList(Type As %String) as %String
classmethod GetLastSearch(FILETYPE As %String) as %String
method SaveAuditSelections(FILETYPE As %String, PageSize As %String) as %String [ ZenMethod ]
clientmethod doReset() [ Language = javascript ]
User clicked reset link
clientmethod doSearch() [ Language = javascript ]
User clicked Search button.
clientmethod keyUp(zenEvent, ctl) [ Language = javascript ]
Check if user hit [Enter].
clientmethod launchDetails(timestamp, ID, index) [ Language = javascript ]
Inherited description: Maybe overriden by subclass.
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.
clientmethod updateView() [ Language = javascript ]
Overriding to remove refresh timer update

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab