Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetFeedback
-
Packages that use AssetFeedback Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetFeedback in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as AssetFeedback Modifier and Type Field Description protected AssetFeedbackAssetUniverse. feedbackMethods in org.odpi.openmetadata.frameworks.connectors.properties that return AssetFeedback Modifier and Type Method Description AssetFeedbackAssetUniverse. getFeedback()Return details of the people, products and feedback that are connected to the asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetFeedback Constructor 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
-