Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetElementHeader
-
Packages that use AssetElementHeader Package Description org.odpi.openmetadata.frameworks.connectors org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetElementHeader in org.odpi.openmetadata.frameworks.connectors
Subclasses of AssetElementHeader 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 AssetElementHeader in org.odpi.openmetadata.frameworks.connectors.properties
Subclasses of AssetElementHeader in org.odpi.openmetadata.frameworks.connectors.properties Modifier and Type Class Description classAssetReferenceableMany open metadata entities are referenceable.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 AssetElementHeader Constructor Description AssetElementHeader(AssetElementHeader assetElementHeader)Copy/clone constructor.
-