Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.RelatedMediaReferences
-
Packages that use RelatedMediaReferences Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of RelatedMediaReferences in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as RelatedMediaReferences Modifier and Type Field Description protected RelatedMediaReferencesAssetDetail. relatedMediaReferencesMethods in org.odpi.openmetadata.frameworks.connectors.properties that return RelatedMediaReferences Modifier and Type Method Description protected abstract RelatedMediaReferencesRelatedMediaReferences. cloneIterator()Clones this iterator.RelatedMediaReferencesAssetDetail. getRelatedMediaReferences()Return a list of references to the related media associated with this asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type RelatedMediaReferences Constructor Description AssetDetail(Asset assetBean, ExternalIdentifiers externalIdentifiers, RelatedMediaReferences relatedMediaReferences, NoteLogs noteLogs, ExternalReferences externalReferences, Connections connections, Licenses licenses, Certifications certifications, SchemaType schema)Typical constructor initialize superclassesAssetUniverse(Asset assetBean, ExternalIdentifiers externalIdentifiers, RelatedMediaReferences relatedMediaReferences, NoteLogs noteLogs, ExternalReferences externalReferences, Connections connections, Licenses licenses, Certifications certifications, List<Meaning> meanings, SchemaType schema, AssetFeedback feedback, Locations knownLocations, AssetLineage lineage, RelatedAssets relatedAssets)Typical ConstructorRelatedMediaReferences(RelatedMediaReferences template)Copy/clone constructor.
-