| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties |
| Modifier and Type | Field and Description |
|---|---|
protected AssetLineage |
AssetUniverse.lineage |
| Modifier and Type | Method and Description |
|---|---|
AssetLineage |
AssetUniverse.getLineage()
Return details of the lineage for the asset.
|
| Constructor and 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
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.