Package com.i2group.disco.audit
Interface IChartVersionDeleteAuditEvent
- All Superinterfaces:
IAuditEvent
An event that was generated during the processing of a "chart version delete" operation against
the Information Store.
IChartVersionDeleteAuditEvent
makes information about the
operation available to the audit logging mechanism.- Since:
- 11.2
-
Method Summary
Modifier and TypeMethodDescriptiongetChart()
Gets anIChartInfo
that contains information about the chart that was the subject of a "chart version delete" operation.Methods inherited from interface com.i2group.disco.audit.IAuditEvent
getClientIPAddress, getClientUserAgent, getTimestamp, getUser, getUserId, getUserSecurityGroups, getUserSecurityPermissions, toString
-
Method Details
-
getChart
IChartInfo getChart()Gets anIChartInfo
that contains information about the chart that was the subject of a "chart version delete" operation.- Returns:
- See above.
-