Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetPrimitiveSchemaType
-
Packages that use AssetPrimitiveSchemaType Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetPrimitiveSchemaType in org.odpi.openmetadata.frameworks.connectors.properties
Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetPrimitiveSchemaType Constructor Description AssetPrimitiveSchemaType(AssetDescriptor parentAsset, AssetPrimitiveSchemaType templateSchemaElement)Copy/clone Constructor the parentAsset is passed separately to the template because it is also likely to be being cloned in the same operation and we want the definitions clone to point to the asset clone and not the original asset.
-