| 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 DataConnection |
Parameterval.forDataConnection |
protected DataConnection |
Datagroup.importedViaDataConnection |
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<DataConnection> |
DataFileFolder.dataConnection |
protected ItemList<DataConnection> |
AmazonS3DataFileFolder.dataConnection |
protected ItemList<DataConnection> |
AmazonS3Bucket.dataConnection |
protected ItemList<DataConnection> |
Connector.dataConnections |
protected ItemList<DataConnection> |
Database.dataConnections |
| Modifier and Type | Method and Description |
|---|---|
DataConnection |
Parameterval.getForDataConnection()
Retrieve the
for_data_connection property (displayed as 'For Data Connection') of the object. |
DataConnection |
Datagroup.getImportedViaDataConnection()
Retrieve the
imported_via_data_connection property (displayed as 'Data Connection') of the object. |
| Modifier and Type | Method and Description |
|---|---|
ItemList<DataConnection> |
DataFileFolder.getDataConnection()
Retrieve the
data_connection property (displayed as 'Data Connection') of the object. |
ItemList<DataConnection> |
AmazonS3DataFileFolder.getDataConnection()
Retrieve the
data_connection property (displayed as 'Data Connection') of the object. |
ItemList<DataConnection> |
AmazonS3Bucket.getDataConnection()
Retrieve the
data_connection property (displayed as 'Data Connection') of the object. |
ItemList<DataConnection> |
Connector.getDataConnections()
Retrieve the
data_connections property (displayed as 'Data Connections') of the object. |
ItemList<DataConnection> |
Database.getDataConnections()
Retrieve the
data_connections property (displayed as 'Data Connections') of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
Parameterval.setForDataConnection(DataConnection forDataConnection)
Set the
for_data_connection property (displayed as For Data Connection) of the object. |
void |
Datagroup.setImportedViaDataConnection(DataConnection importedViaDataConnection)
Set the
imported_via_data_connection property (displayed as Data Connection) of the object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataFileFolder.setDataConnection(ItemList<DataConnection> dataConnection)
Set the
data_connection property (displayed as Data Connection) of the object. |
void |
AmazonS3DataFileFolder.setDataConnection(ItemList<DataConnection> dataConnection)
Set the
data_connection property (displayed as Data Connection) of the object. |
void |
AmazonS3Bucket.setDataConnection(ItemList<DataConnection> dataConnection)
Set the
data_connection property (displayed as Data Connection) of the object. |
void |
Connector.setDataConnections(ItemList<DataConnection> dataConnections)
Set the
data_connections property (displayed as Data Connections) of the object. |
void |
Database.setDataConnections(ItemList<DataConnection> dataConnections)
Set the
data_connections property (displayed as Data Connections) of the object. |
Copyright © 2018–2021 ODPi. All rights reserved.