Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetDescriptor
-
Packages that use AssetDescriptor Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetDescriptor in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as AssetDescriptor Modifier and Type Field Description protected AssetDescriptorAssetPropertyBase. parentAssetMethods in org.odpi.openmetadata.frameworks.connectors.properties that return AssetDescriptor Modifier and Type Method Description protected AssetDescriptorAssetPropertyBase. getParentAsset()Return the asset descriptor of the parent asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetDescriptor Constructor Description AssetDescriptor(AssetDescriptor templateAssetDescriptor)Copy/clone Constructor - used to copy the asset descriptor for a new consumer.AssetPropertyBase(AssetDescriptor parentAsset)Typical constructor that sets the link to the connected asset to nullAssetPropertyBase(AssetDescriptor parentAsset, AssetPropertyBase template)Copy/clone constructor sets up details of the parent asset from the template
-