Interface IChartBinaryTransferAuditEvent

All Superinterfaces:
IAuditEvent

public interface IChartBinaryTransferAuditEvent extends 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 Details

    • getTransferType

      TransferType getTransferType()
      Gets a TransferType that indicates the type of binary transfer (upload or download) that this IChartBinaryTransferAuditEvent represents.
      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.