| 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 |
|---|---|
void |
AssetConsumerFeedbackInterface.addRatingToAsset(String userId,
String assetGUID,
StarRating starRating,
String review,
boolean isPublic)
Adds a star rating and optional review text to the asset.
|
| Modifier and Type | Method and Description |
|---|---|
StarRating |
RatingProperties.getStarRating()
Return the stars for the rating.
|
static StarRating |
StarRating.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StarRating[] |
StarRating.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RatingProperties.setStarRating(StarRating starRating)
Set up the stars for the rating.
|
Copyright © 2018–2020 ODPi. All rights reserved.