Package com.i2group.disco.audit
Interface IChartReadAuditEvent
- All Superinterfaces:
IAuditEvent
An event that was generated during the processing of a "chart read" operation against the
Information Store.
IChartReadAuditEvent
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 read" operation.Gets aDownloadType
that indicates the type of download (image or binary) that thisIChartReadAuditEvent
represents.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 read" operation.- Returns:
- See above.
-
getDownloadType
DownloadType getDownloadType()Gets aDownloadType
that indicates the type of download (image or binary) that thisIChartReadAuditEvent
represents.- Returns:
- See above.
-