| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors | |
| org.odpi.openmetadata.frameworks.connectors.properties |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ConnectorBase.ProtectedConnection
ProtectedConnection provides a subclass to Connection in order to extract protected values from the
connection in order to supply them to the Connector implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionProperties |
ConnectorBase.connectionProperties |
| Modifier and Type | Method and Description |
|---|---|
abstract ConnectionProperties |
Connector.getConnection()
Returns the connection object that was used to create the connector instance.
|
ConnectionProperties |
ConnectorBase.getConnection()
Returns the connection object that was used to create the connector instance.
|
| Modifier and Type | Method and Description |
|---|---|
Connector |
ConnectorProviderBase.getConnector(ConnectionProperties connection)
Creates a new instance of a connector based on the information in the supplied connection.
|
abstract Connector |
ConnectorProvider.getConnector(ConnectionProperties connection)
Creates a new instance of a connector using the information from the connection and the properties
from the subclass(es).
|
Connector |
ConnectorBroker.getConnector(ConnectionProperties connection)
Creates a new instance of a connector using the name of the connector provider in the supplied connection.
|
abstract void |
Connector.initialize(String connectorInstanceId,
ConnectionProperties connection)
Call made by the ConnectorProvider to initialize the Connector with the base services.
|
void |
ConnectorBase.initialize(String connectorInstanceId,
ConnectionProperties connectionProperties)
Call made by the ConnectorProvider to initialize the Connector with the base services.
|
void |
ConnectorBroker.validateConnection(ConnectionProperties connection)
Validate that the connection has sufficient properties to attempt to create a connector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VirtualConnectionProperties
The VirtualConnectionProperties is an object that contains the properties needed to create and initialise a
virtual connector to access a virtual asset that is constructed from access to one of more other assets.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionProperties |
EmbeddedConnectionProperties.getConnectionProperties()
Return the connection properties used to create the connector for this embedded connection.
|
ConnectionProperties |
AssetConnections.next()
Return the next element in the iteration.
|
| Constructor and Description |
|---|
ConnectionProperties(AssetDescriptor parentAsset,
ConnectionProperties templateConnection)
Copy/clone Constructor to return a copy of a connection object that is connected to an asset.
|
ConnectionProperties(ConnectionProperties templateConnection)
Copy/clone Constructor to return a copy of a connection object that is not connected to an asset.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.