| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.igc.clientlibrary.model.base |
Defines data constructs representing each of IGC's metadata types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataElement
POJO for the
data_element asset type in IGC, displayed as 'Data Element' in the IGC UI. |
class |
TableDefinition
POJO for the
table_definition asset type in IGC, displayed as 'Table Definition' in the IGC UI. |
| Modifier and Type | Field and Description |
|---|---|
protected DataItemDefinition |
DataItem.dataItemDefinition |
protected DataItemDefinition |
IdocSegmentType.ofIdocSegmentType |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DataItemDefinition> |
DatabaseSchema.databaseDomains |
protected ItemList<DataItemDefinition> |
HbaseNamespace.databaseDomains |
| Modifier and Type | Method and Description |
|---|---|
DataItemDefinition |
DataItem.getDataItemDefinition()
Retrieve the
data_item_definition property (displayed as 'Data Item Definition') of the object. |
DataItemDefinition |
IdocSegmentType.getOfIdocSegmentType()
Retrieve the
of_idoc_segment_type property (displayed as 'IDoc Segment Type') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DataItemDefinition> |
DatabaseSchema.getDatabaseDomains()
Retrieve the
database_domains property (displayed as 'Database Domains') of the object. |
ItemList<DataItemDefinition> |
HbaseNamespace.getDatabaseDomains()
Retrieve the
database_domains property (displayed as 'Database Domains') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataItem.setDataItemDefinition(DataItemDefinition dataItemDefinition)
Set the
data_item_definition property (displayed as Data Item Definition) of the object. |
void |
IdocSegmentType.setOfIdocSegmentType(DataItemDefinition ofIdocSegmentType)
Set the
of_idoc_segment_type property (displayed as IDoc Segment Type) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseSchema.setDatabaseDomains(ItemList<DataItemDefinition> databaseDomains)
Set the
database_domains property (displayed as Database Domains) of the object. |
void |
HbaseNamespace.setDatabaseDomains(ItemList<DataItemDefinition> databaseDomains)
Set the
database_domains property (displayed as Database Domains) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.