Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
-
Packages that use ConnectionProperties Package Description org.odpi.openmetadata.frameworks.connectors org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of ConnectionProperties in org.odpi.openmetadata.frameworks.connectors
Subclasses of ConnectionProperties in org.odpi.openmetadata.frameworks.connectors Modifier and Type Class Description protected static classConnectorBase.ProtectedConnectionProtectedConnection provides a subclass to Connection in order to extract protected values from the connection in order to supply them to the Connector implementation.Fields in org.odpi.openmetadata.frameworks.connectors declared as ConnectionProperties Modifier and Type Field Description protected ConnectionPropertiesConnectorBase. connectionPropertiesMethods in org.odpi.openmetadata.frameworks.connectors that return ConnectionProperties Modifier and Type Method Description abstract ConnectionPropertiesConnector. getConnection()Returns the connection object that was used to create the connector instance.ConnectionPropertiesConnectorBase. getConnection()Returns the connection object that was used to create the connector instance.Methods in org.odpi.openmetadata.frameworks.connectors with parameters of type ConnectionProperties Modifier and Type Method Description ConnectorConnectorBroker. getConnector(ConnectionProperties connection)Creates a new instance of a connector using the name of the connector provider in the supplied connection.abstract ConnectorConnectorProvider. getConnector(ConnectionProperties connection)Creates a new instance of a connector using the information from the connection and the properties from the subclass(es).ConnectorConnectorProviderBase. getConnector(ConnectionProperties connection)Creates a new instance of a connector based on the information in the supplied connection.abstract voidConnector. initialize(String connectorInstanceId, ConnectionProperties connection)Call made by the ConnectorProvider to initialize the Connector with the base services.voidConnectorBase. initialize(String connectorInstanceId, ConnectionProperties connectionProperties)Call made by the ConnectorProvider to initialize the Connector with the base services.voidConnectorBroker. validateConnection(ConnectionProperties connection)Validate that the connection has sufficient properties to attempt to create a connector. -
Uses of ConnectionProperties in org.odpi.openmetadata.frameworks.connectors.properties
Subclasses of ConnectionProperties in org.odpi.openmetadata.frameworks.connectors.properties Modifier and Type Class Description classVirtualConnectionPropertiesThe 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.Methods in org.odpi.openmetadata.frameworks.connectors.properties that return ConnectionProperties Modifier and Type Method Description ConnectionPropertiesEmbeddedConnectionProperties. getConnectionProperties()Return the connection properties used to create the connector for this embedded connection.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type ConnectionProperties Constructor Description ConnectionProperties(ConnectionProperties templateConnection)Copy/clone Constructor to return a copy of a connection object that is connected to an asset.
-