Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetExternalReference
-
Packages that use AssetExternalReference Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetExternalReference in org.odpi.openmetadata.frameworks.connectors.properties
Subclasses of AssetExternalReference in org.odpi.openmetadata.frameworks.connectors.properties Modifier and Type Class Description classAssetRelatedMediaReferenceRelatedMediaReference stores information about an link to an external media file that is relevant to this asset.Methods in org.odpi.openmetadata.frameworks.connectors.properties that return AssetExternalReference Modifier and Type Method Description AssetExternalReferenceAssetCertification. getLink()Return the link to the full text of the certification.AssetExternalReferenceAssetLicense. getLink()Return the link to the full text of the license.AssetExternalReferenceAssetExternalReferences. next()Return the next element in the iteration.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetExternalReference Constructor Description AssetExternalReference(AssetDescriptor parentAsset, AssetExternalReference templateExternalReference)Copy/clone constructor.
-