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