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