| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors | |
| org.odpi.openmetadata.frameworks.connectors.properties |
| Modifier and Type | Method and Description |
|---|---|
ConnectorTypeProperties |
ConnectorProviderBase.getConnectorTypeProperties()
Returns the properties about the type of connector that this Connector Provider supports.
|
abstract ConnectorTypeProperties |
ConnectorProvider.getConnectorTypeProperties()
Returns the properties about the type of connector that this ConnectorTypeManager supports.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorTypeProperties |
VirtualConnectionProperties.getConnectorType()
Returns a copy of the properties for this connection's connector type.
|
ConnectorTypeProperties |
ConnectionProperties.getConnectorType()
Returns a copy of the properties for this connection's connector type.
|
| Constructor and Description |
|---|
ConnectorTypeProperties(AssetDescriptor parentAsset,
ConnectorTypeProperties templateConnectorType)
Copy/clone constructor for a connectorType that is connected to an asset (either directly or indirectly).
|
ConnectorTypeProperties(ConnectorTypeProperties templateConnectorType)
Copy/clone constructor for a connectorType that is not connected to an asset (either directly or indirectly).
|
Copyright © 2018–2020 ODPi. All rights reserved.