Interface IChartVersionReadAuditEvent

All Superinterfaces:
IAuditEvent

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

    • getChart

      IChartInfo getChart()
      Gets an IChartInfo that contains information about the chart that was the subject of a "chart version read" operation.
      Returns:
      See above.