Interface IChartletAuditEvent

All Superinterfaces:
IAuditEvent

public interface IChartletAuditEvent extends IAuditEvent
An event that was generated during the processing of a "chartlet create" or "chartlet read" operation, which occur when a user shares or navigates to shared records. IChartletAuditEvent makes information about the operation available to the audit logging mechanism.
Since:
13.2
  • Method Details

    • getChartletId

      String getChartletId()
      Gets a String that contains the unique identifier of the chartlet.
      Returns:
      See above.