Package com.i2group.disco.audit
Interface IChartBinaryTransferAuditEvent
- All Superinterfaces:
IAuditEvent
An event that was generated during the upload or download of web chart data during a "chart
binary transfer" operation from the Web Client.
IChartBinaryTransferAuditEvent makes
information about the operation available to the audit logging mechanism.- Since:
- 13.5
-
Method Summary
Modifier and TypeMethodDescriptionGets the identifier of the web chart session that was transferred during a "chart binary transfer" operation.Gets aTransferTypethat indicates the type of binary transfer (upload or download) that thisIChartBinaryTransferAuditEventrepresents.Methods inherited from interface com.i2group.disco.audit.IAuditEvent
getClientIPAddress, getClientUserAgent, getTimestamp, getUser, getUserId, getUserSecurityGroups, getUserSecurityPermissions, toString
-
Method Details
-
getTransferType
TransferType getTransferType()Gets aTransferTypethat indicates the type of binary transfer (upload or download) that thisIChartBinaryTransferAuditEventrepresents.- Returns:
- See above.
-
getSessionId
String getSessionId()Gets the identifier of the web chart session that was transferred during a "chart binary transfer" operation.- Returns:
- See above.
-