Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetReferenceable
-
Packages that use AssetReferenceable Package Description org.odpi.openmetadata.frameworks.connectors org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetReferenceable in org.odpi.openmetadata.frameworks.connectors
Subclasses of AssetReferenceable 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. -
Uses of AssetReferenceable in org.odpi.openmetadata.frameworks.connectors.properties
Subclasses of AssetReferenceable in org.odpi.openmetadata.frameworks.connectors.properties Modifier and Type Class Description classConnectionPropertiesConnectionProperties is an object that contains the properties needed to create and initialise a connector to access a specific data assets.classConnectorTypePropertiesThe ConnectorType describe the implementation details of a particular type of OCF connector.classEndpointPropertiesThe Endpoint describes the network information necessary for a connector to connect to the server where the Asset is accessible from.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.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetReferenceable Constructor Description AssetReferenceable(AssetReferenceable template)Copy/clone constructor with parent asset.
-