Interface IChartDuplicateAuditEvent

All Superinterfaces:
IAuditEvent

public interface IChartDuplicateAuditEvent extends IAuditEvent
An event that was generated when a chart is duplicated. IChartDuplicateAuditEvent makes information about the operation available to the audit logging mechanism.
Since:
13.7
  • Method Details

    • getSourceChartId

      String getSourceChartId()
      Gets the identifier of the chart that was duplicated.
      Returns:
      See above.
    • getDestinationChartId

      String getDestinationChartId()
      Gets the identifier of the new duplicated chart.
      Returns:
      See above.