Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetRatings
-
Packages that use AssetRatings Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetRatings in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as AssetRatings Modifier and Type Field Description protected AssetRatingsAssetFeedback. ratingsMethods in org.odpi.openmetadata.frameworks.connectors.properties that return AssetRatings Modifier and Type Method Description protected abstract AssetRatingsAssetRatings. cloneIterator(AssetDescriptor parentAsset)Clones this iterator.AssetRatingsAssetFeedback. getRatings()Returns a copy of the ratings for the asset in an iterator.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetRatings Constructor Description AssetFeedback(AssetDescriptor parentAsset, AssetInformalTags informalTags, AssetLikes likes, AssetRatings ratings, AssetComments comments)Typical ConstructorAssetRatings(AssetDescriptor parentAsset, AssetRatings template)Copy/clone constructor.
-