| 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 |
| Modifier and Type | Method and Description |
|---|---|
String |
AssetConsumerFeedbackInterface.addCommentReply(String userId,
String assetGUID,
String commentGUID,
CommentType commentType,
String commentText,
boolean isPublic)
Adds a comment to another comment.
|
String |
AssetConsumerFeedbackInterface.addCommentToAsset(String userId,
String assetGUID,
CommentType commentType,
String commentText,
boolean isPublic)
Adds a comment to the asset.
|
void |
AssetConsumerFeedbackInterface.updateComment(String userId,
String assetGUID,
String commentGUID,
CommentType commentType,
String commentText,
boolean isPublic)
Update an existing comment.
|
| Modifier and Type | Method and Description |
|---|---|
CommentType |
CommentProperties.getCommentType()
Return an enum that describes the type of comment.
|
static CommentType |
CommentType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommentProperties.setCommentType(CommentType commentType)
Set up the enum that describes the type of comment.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.