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 anIChartInfothat contains information about the chart that was the subject of a "chart read" operation.Gets aDownloadTypethat indicates the type of download (image or binary) that thisIChartReadAuditEventrepresents.Methods inherited from interface com.i2group.disco.audit.IAuditEvent
getClientIPAddress, getClientUserAgent, getTimestamp, getUser, getUserId, getUserSecurityGroups, getUserSecurityPermissions, toString 
- 
Method Details
- 
getChart
IChartInfo getChart()Gets anIChartInfothat contains information about the chart that was the subject of a "chart read" operation.- Returns:
 - See above.
 
 - 
getDownloadType
DownloadType getDownloadType()Gets aDownloadTypethat indicates the type of download (image or binary) that thisIChartReadAuditEventrepresents.- Returns:
 - See above.
 
 
 -