Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.properties.CommentType
-
Packages that use CommentType Package Description org.odpi.openmetadata.accessservices.assetconsumer.api The API package defines the Java interfaces supported by the Asset Consumer OMAS.org.odpi.openmetadata.accessservices.assetconsumer.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of CommentType in org.odpi.openmetadata.accessservices.assetconsumer.api
Methods in org.odpi.openmetadata.accessservices.assetconsumer.api with parameters of type CommentType Modifier and Type Method Description StringAssetConsumerFeedbackInterface. addCommentReply(String userId, String assetGUID, String commentGUID, CommentType commentType, String commentText, boolean isPublic)Adds a comment to another comment.StringAssetConsumerFeedbackInterface. addCommentToAsset(String userId, String assetGUID, CommentType commentType, String commentText, boolean isPublic)Adds a comment to the asset.voidAssetConsumerFeedbackInterface. updateComment(String userId, String assetGUID, String commentGUID, CommentType commentType, String commentText, boolean isPublic)Update an existing comment. -
Uses of CommentType in org.odpi.openmetadata.accessservices.assetconsumer.properties
Methods in org.odpi.openmetadata.accessservices.assetconsumer.properties that return CommentType Modifier and Type Method Description CommentTypeCommentProperties. getCommentType()Return an enum that describes the type of comment.static CommentTypeCommentType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommentType[]CommentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.assetconsumer.properties with parameters of type CommentType Modifier and Type Method Description voidCommentProperties. setCommentType(CommentType commentType)Set up the enum that describes the type of comment.
-