| 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 Connector |
DataConnection.dataConnectors |
protected Connector |
DsdataConnection.dataConnectors |
protected Connector |
SapConnection.dataConnectors |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Connector> |
Host.dataConnections |
| Modifier and Type | Method and Description |
|---|---|
Connector |
DataConnection.getDataConnectors()
Retrieve the
data_connectors property (displayed as 'Data Connectors') of the object. |
Connector |
DsdataConnection.getDataConnectors()
Retrieve the
data_connectors property (displayed as 'Data Connectors') of the object. |
Connector |
SapConnection.getDataConnectors()
Retrieve the
data_connectors property (displayed as 'Data Connectors') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Connector> |
Host.getDataConnections()
Retrieve the
data_connections property (displayed as 'Data Connections') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataConnection.setDataConnectors(Connector dataConnectors)
Set the
data_connectors property (displayed as Data Connectors) of the object. |
void |
DsdataConnection.setDataConnectors(Connector dataConnectors)
Set the
data_connectors property (displayed as Data Connectors) of the object. |
void |
SapConnection.setDataConnectors(Connector dataConnectors)
Set the
data_connectors property (displayed as Data Connectors) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Host.setDataConnections(ItemList<Connector> dataConnections)
Set the
data_connections property (displayed as Data Connections) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.