Interface IUploadChartInfo

All Superinterfaces:
IChartInfo

public interface IUploadChartInfo extends IChartInfo
Information about a chart that is involved in a "create" or "update" operation that is under audit.
Since:
11.2
  • Method Details

    • getName

      String getName()
      Gets a String that contains the human-readable name of the chart that this IUploadChartInfo represents. If there is no name, the String is empty.
      Returns:
      See above.
    • getSecurityDimensionValueIds

      Map<String,Set<String>> getSecurityDimensionValueIds()
      Gets a map that contains the String identifiers of the security dimension values for the chart that this IUploadChartInfo represents. The map is indexed by the String identifiers of the security dimensions.
      Returns:
      See above.
    • getNoteChanges

      INoteChangeset getNoteChanges()
      Gets the INoteChangeset that contains information about changes to the notes of the chart that this IUploadChartInfo represents.
      Returns:
      See above.
    • getSourceReferenceChanges

      ISourceReferenceChangeset getSourceReferenceChanges()
      Gets the ISourceReferenceChangeset that contains information about changes to the source references of the chart that this IUploadChartInfo represents.
      Returns:
      See above.