Uses of Class
org.odpi.openmetadata.accessservices.assetconsumer.properties.RatingProperties
-
Packages that use RatingProperties Package Description org.odpi.openmetadata.accessservices.assetconsumer.elements The metadata elements describe the way that metadata is returned from the repository.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 RatingProperties in org.odpi.openmetadata.accessservices.assetconsumer.elements
Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements that return RatingProperties Modifier and Type Method Description RatingPropertiesRatingElement. getRatingProperties()Return the properties for the rating.Methods in org.odpi.openmetadata.accessservices.assetconsumer.elements with parameters of type RatingProperties Modifier and Type Method Description voidRatingElement. setRatingProperties(RatingProperties ratingProperties)Set up the properties for the rating. -
Uses of RatingProperties in org.odpi.openmetadata.accessservices.assetconsumer.properties
Constructors in org.odpi.openmetadata.accessservices.assetconsumer.properties with parameters of type RatingProperties Constructor Description RatingProperties(RatingProperties template)Copy/clone constructor.
-