| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties |
| Modifier and Type | Field and Description |
|---|---|
protected AssetFeedback |
AssetUniverse.feedback |
| Modifier and Type | Method and Description |
|---|---|
AssetFeedback |
AssetUniverse.getFeedback()
Return details of the people, products and feedback that are connected to the asset.
|
| Constructor and Description |
|---|
AssetFeedback(AssetDescriptor parentAsset,
AssetFeedback templateFeedback)
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 feedback 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.