class %CSP.UI.System.ManageAuditPane
extends %CSP.Util.Pane, %CSP.Page
This class is used internally by Caché. 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.
Pane for Copy, Export and Purge audit logs.
parameter DOMAIN = "%Utility";
Default Localization Domain
classmethod AuditCopy(ByRef pParms As %String)
as %Status
Method to Copy audit log in the background
classmethod AuditExport(ByRef pParms As %String)
as %Status
Method to Export audit log in the background
classmethod AuditPurge(ByRef pParms As %String)
as %Status
Method to Purge audit log in the background
method DrawBODY(pInstance As PageInstance)
as %Status
Overwritten by subclasses to draw anything this pane needs for the BODY section.
method DrawHEAD(pInstance As PageInstance)
as %Status
Draw javascript functions for search
classmethod FileExists(filename)
Check to see if file exists