Interface IChartInfo

All Known Subinterfaces:
IUploadChartInfo

public interface IChartInfo
Information about a chart that is involved in an operation that is under audit.
Since:
11.2
  • Method Details

    • getChartId

      String getChartId()
      Gets a mandatory String that contains the identifier of the chart that this IChartInfo represents.
      Returns:
      See above.
    • getChartVersion

      Long getChartVersion()
      Gets an optional Long that contains the version of the chart that this IChartInfo represents.
      Returns:
      See above, or null if the chart version is not set.
    • getChartType

      ChartType getChartType()
      Gets a mandatory ChartType that indicates the type of chart that this IChartInfo represents.
      Returns:
      See above.
      Since:
      12.1