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(AssetDescriptor parentAsset, AssetLineage templateLineage)Copy/clone constructor - the parentAsset is passed separately to the template because it is also likely to be being cloned in the same operation and we want the lineage clone to point to the asset clone and not the original asset.AssetUniverse(Asset assetBean, AssetExternalIdentifiers externalIdentifiers, AssetRelatedMediaReferences relatedMediaReferences, AssetNoteLogs noteLogs, AssetExternalReferences externalReferences, AssetConnections connections, AssetLicenses licenses, AssetCertifications certifications, List<AssetMeaning> meanings, AssetSchemaType schema, AssetFeedback feedback, AssetLocations knownLocations, AssetLineage lineage, AssetRelatedAssets relatedAssets)Typical Constructor
-