Uses of Interface
org.alfresco.service.cmr.rating.RatingScheme
-
Packages that use RatingScheme Package Description org.alfresco.repo.rating org.alfresco.repo.virtual.bundle org.alfresco.service.cmr.rating -
-
Uses of RatingScheme in org.alfresco.repo.rating
Classes in org.alfresco.repo.rating that implement RatingScheme Modifier and Type Class Description classRatingSchemeImplMethods in org.alfresco.repo.rating that return RatingScheme Modifier and Type Method Description RatingSchemeRatingServiceImpl. getRatingScheme(java.lang.String ratingSchemeName)Methods in org.alfresco.repo.rating that return types with arguments of type RatingScheme Modifier and Type Method Description java.util.Map<java.lang.String,RatingScheme>RatingSchemeRegistry. getRatingSchemes()This method returns an unmodifiable map of the registered rating schemes.java.util.Map<java.lang.String,RatingScheme>RatingServiceImpl. getRatingSchemes()Methods in org.alfresco.repo.rating with parameters of type RatingScheme Modifier and Type Method Description intRatingSchemeImpl. compareTo(RatingScheme otherScheme)This method can be used to sort RatingSchemes by name.org.alfresco.service.namespace.QNameRatingNamingConventionsUtil. getRollupAspectNameFor(RatingScheme ratingScheme)Given a ratingScheme, this method returns the aspect name which would by convention be used to store rating property rollups.org.alfresco.service.namespace.QNameRatingNamingConventionsUtil. getRollupPropertyNameFor(RatingScheme ratingScheme, java.lang.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(java.lang.String name, RatingScheme ratingScheme) -
Uses of RatingScheme in org.alfresco.repo.virtual.bundle
Methods in org.alfresco.repo.virtual.bundle that return RatingScheme Modifier and Type Method Description RatingSchemeVirtualRatingServiceExtension. getRatingScheme(java.lang.String ratingSchemeName)Methods in org.alfresco.repo.virtual.bundle that return types with arguments of type RatingScheme Modifier and Type Method Description java.util.Map<java.lang.String,RatingScheme>VirtualRatingServiceExtension. getRatingSchemes() -
Uses of RatingScheme in org.alfresco.service.cmr.rating
Methods in org.alfresco.service.cmr.rating that return RatingScheme Modifier and Type Method Description RatingSchemeRatingService. getRatingScheme(java.lang.String ratingSchemeName)Returns the namedrating schemeif there is one.RatingSchemeRating. getScheme()Gets theRatingSchemeunder which the rating was applied.Methods in org.alfresco.service.cmr.rating that return types with arguments of type RatingScheme Modifier and Type Method Description java.util.Map<java.lang.String,RatingScheme>RatingService. getRatingSchemes()Returns the availablerating schemeskeyed by name.Constructors in org.alfresco.service.cmr.rating with parameters of type RatingScheme Constructor Description Rating(RatingScheme scheme, float score, java.lang.String appliedBy, java.util.Date appliedAt)
-