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