Uses of Class
org.odpi.openmetadata.accessservices.assetowner.properties.LiteralSchemaTypeProperties
-
Packages that use LiteralSchemaTypeProperties Package Description org.odpi.openmetadata.accessservices.assetowner.properties This package provides the properties used to create different types of instances for an asset and its attachments. -
-
Uses of LiteralSchemaTypeProperties in org.odpi.openmetadata.accessservices.assetowner.properties
Constructors in org.odpi.openmetadata.accessservices.assetowner.properties with parameters of type LiteralSchemaTypeProperties Constructor Description LiteralSchemaTypeProperties(LiteralSchemaTypeProperties template)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.
-