| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<AnalyticsObject> |
IdocSegmentType.usedByAnalyticsObjects |
protected ItemList<AnalyticsObject> |
IdocField.usedByAnalyticsObjects |
protected ItemList<AnalyticsObject> |
DataField.usedByAnalyticsObjects |
| Modifier and Type | Method and Description |
|---|---|
ItemList<AnalyticsObject> |
IdocSegmentType.getUsedByAnalyticsObjects()
Retrieve the
used_by_analytics_objects property (displayed as 'Used By Data Science') of the object. |
ItemList<AnalyticsObject> |
IdocField.getUsedByAnalyticsObjects()
Retrieve the
used_by_analytics_objects property (displayed as 'Used By Data Science') of the object. |
ItemList<AnalyticsObject> |
DataField.getUsedByAnalyticsObjects()
Retrieve the
used_by_analytics_objects property (displayed as 'Used By Data Science') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
IdocSegmentType.setUsedByAnalyticsObjects(ItemList<AnalyticsObject> usedByAnalyticsObjects)
Set the
used_by_analytics_objects property (displayed as Used By Data Science) of the object. |
void |
IdocField.setUsedByAnalyticsObjects(ItemList<AnalyticsObject> usedByAnalyticsObjects)
Set the
used_by_analytics_objects property (displayed as Used By Data Science) of the object. |
void |
DataField.setUsedByAnalyticsObjects(ItemList<AnalyticsObject> usedByAnalyticsObjects)
Set the
used_by_analytics_objects property (displayed as Used By Data Science) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.