Interface IChartCreateAuditEvent

All Superinterfaces:
IAuditEvent

public interface IChartCreateAuditEvent extends IAuditEvent
An event that was generated during the processing of a "chart create" operation against the Information Store. IChartCreateAuditEvent makes information about the operation available to the audit logging mechanism.
Since:
11.2
  • Method Details

    • getChart

      IUploadChartInfo getChart()
      Gets an IUploadChartInfo that contains information about the chart that was created during a "chart create" operation.
      Returns:
      See above.