Package com.i2group.disco.audit
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 Summary
Modifier and TypeMethodDescriptionGets a mandatoryString
that contains the identifier of the chart that thisIChartInfo
represents.Gets a mandatoryChartType
that indicates the type of chart that thisIChartInfo
represents.Gets an optionalLong
that contains the version of the chart that thisIChartInfo
represents.
-
Method Details
-
getChartId
String getChartId()Gets a mandatoryString
that contains the identifier of the chart that thisIChartInfo
represents.- Returns:
- See above.
-
getChartVersion
Long getChartVersion()Gets an optionalLong
that contains the version of the chart that thisIChartInfo
represents.- Returns:
- See above, or null if the chart version is not set.
-
getChartType
ChartType getChartType()Gets a mandatoryChartType
that indicates the type of chart that thisIChartInfo
represents.- Returns:
- See above.
- Since:
- 12.1
-