| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties | |
| org.odpi.openmetadata.frameworks.connectors.properties.beans |
| Modifier and Type | Field and Description |
|---|---|
protected EmbeddedConnection |
EmbeddedConnectionProperties.embeddedConnectionBean |
| Modifier and Type | Method and Description |
|---|---|
protected EmbeddedConnection |
EmbeddedConnectionProperties.getEmbeddedConnectionBean()
Return the bean with all of the properties
|
| Constructor and Description |
|---|
EmbeddedConnectionProperties(AssetDescriptor parentAsset,
EmbeddedConnection embeddedConnectionBean)
Bean constructor with parent asset
|
EmbeddedConnectionProperties(EmbeddedConnection embeddedConnectionBean)
Bean constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected List<EmbeddedConnection> |
VirtualConnection.embeddedConnections |
| Modifier and Type | Method and Description |
|---|---|
List<EmbeddedConnection> |
VirtualConnection.getEmbeddedConnections()
Return the list of embedded connections for this virtual connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualConnection.setEmbeddedConnections(List<EmbeddedConnection> embeddedConnections)
Set up the list of embedded connections for this virtual connection.
|
| Constructor and Description |
|---|
EmbeddedConnection(EmbeddedConnection template)
Copy/clone constructor.
|
Copyright © 2018–2020 ODPi. All rights reserved.