Uses of Interface
org.alfresco.service.cmr.rating.RatingScheme
Packages that use RatingScheme
Package
Description
-
Uses of RatingScheme in org.alfresco.repo.rating
Classes in org.alfresco.repo.rating that implement RatingSchemeMethods in org.alfresco.repo.rating that return RatingSchemeMethods in org.alfresco.repo.rating that return types with arguments of type RatingSchemeModifier and TypeMethodDescriptionRatingSchemeRegistry.getRatingSchemes()This method returns an unmodifiable map of the registered rating schemes.RatingServiceImpl.getRatingSchemes()Methods in org.alfresco.repo.rating with parameters of type RatingSchemeModifier and TypeMethodDescriptionintRatingSchemeImpl.compareTo(RatingScheme otherScheme) This method can be used to sort RatingSchemes by name.RatingNamingConventionsUtil.getRollupAspectNameFor(RatingScheme ratingScheme) Given a ratingScheme, this method returns the aspect name which would by convention be used to store rating property rollups.RatingNamingConventionsUtil.getRollupPropertyNameFor(RatingScheme ratingScheme, String rollupName) Given a ratingScheme and a rollup name, this method returns the property name which would by convention be used to store the given rollup.voidRatingSchemeRegistry.register(String name, RatingScheme ratingScheme) -
Uses of RatingScheme in org.alfresco.repo.virtual.bundle
Methods in org.alfresco.repo.virtual.bundle that return RatingSchemeModifier and TypeMethodDescriptionVirtualRatingServiceExtension.getRatingScheme(String ratingSchemeName) Methods in org.alfresco.repo.virtual.bundle that return types with arguments of type RatingScheme -
Uses of RatingScheme in org.alfresco.service.cmr.rating
Methods in org.alfresco.service.cmr.rating that return RatingSchemeModifier and TypeMethodDescriptionRatingService.getRatingScheme(String ratingSchemeName) Returns the namedrating schemeif there is one.Rating.getScheme()Gets theRatingSchemeunder which the rating was applied.Methods in org.alfresco.service.cmr.rating that return types with arguments of type RatingSchemeModifier and TypeMethodDescriptionRatingService.getRatingSchemes()Returns the availablerating schemeskeyed by name.Constructors in org.alfresco.service.cmr.rating with parameters of type RatingSchemeModifierConstructorDescriptionRating(RatingScheme scheme, float score, String appliedBy, Date appliedAt)