Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetLineage
-
Packages that use AssetLineage Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetLineage in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as AssetLineage Modifier and Type Field Description protected AssetLineageAssetUniverse. lineageMethods in org.odpi.openmetadata.frameworks.connectors.properties that return AssetLineage Modifier and Type Method Description AssetLineageAssetUniverse. getLineage()Return details of the lineage for the asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetLineage Constructor Description AssetLineage(AssetLineage templateLineage)Copy/clone constructor.AssetUniverse(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 Constructor
-