Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.ExternalReferences
-
Packages that use ExternalReferences Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of ExternalReferences in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as ExternalReferences Modifier and Type Field Description protected ExternalReferencesAssetDetail. externalReferencesMethods in org.odpi.openmetadata.frameworks.connectors.properties that return ExternalReferences Modifier and Type Method Description protected abstract ExternalReferencesExternalReferences. cloneIterator()Clones this iterator.ExternalReferencesAssetDetail. getExternalReferences()Return the list of external references associated with this asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type ExternalReferences 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 ConstructorExternalReferences(ExternalReferences template)Copy/clone constructor.
-