Package com.i2group.disco.audit
Interface IUploadChartInfo
- All Superinterfaces:
IChartInfo
Information about a chart that is involved in a "create" or "update" operation that is under
audit.
- Since:
- 11.2
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets aString
that contains the human-readable name of the chart that thisIUploadChartInfo
represents.Gets theINoteChangeset
that contains information about changes to the notes of the chart that thisIUploadChartInfo
represents.Gets a map that contains theString
identifiers of the security dimension values for the chart that thisIUploadChartInfo
represents.Gets theISourceReferenceChangeset
that contains information about changes to the source references of the chart that thisIUploadChartInfo
represents.Methods inherited from interface com.i2group.disco.audit.IChartInfo
getChartId, getChartType, getChartVersion
-
Method Details
-
getName
String getName()Gets aString
that contains the human-readable name of the chart that thisIUploadChartInfo
represents. If there is no name, theString
is empty.- Returns:
- See above.
-
getSecurityDimensionValueIds
Gets a map that contains theString
identifiers of the security dimension values for the chart that thisIUploadChartInfo
represents. The map is indexed by theString
identifiers of the security dimensions.- Returns:
- See above.
-
getNoteChanges
INoteChangeset getNoteChanges()Gets theINoteChangeset
that contains information about changes to the notes of the chart that thisIUploadChartInfo
represents.- Returns:
- See above.
-
getSourceReferenceChanges
ISourceReferenceChangeset getSourceReferenceChanges()Gets theISourceReferenceChangeset
that contains information about changes to the source references of the chart that thisIUploadChartInfo
represents.- Returns:
- See above.
-