Uses of Class
org.alfresco.repo.rating.AbstractRatingRollupAlgorithm
Packages that use AbstractRatingRollupAlgorithm
-
Uses of AbstractRatingRollupAlgorithm in org.alfresco.repo.rating
Subclasses of AbstractRatingRollupAlgorithm in org.alfresco.repo.ratingModifier and TypeClassDescriptionclassAn implementation ofAbstractRatingRollupAlgorithmwhich calculates the count (number) of all ratings in a given scheme.classAn implementation ofAbstractRatingRollupAlgorithmwhich calculates the total (sum) of all ratings in a given scheme.Methods in org.alfresco.repo.rating that return types with arguments of type AbstractRatingRollupAlgorithmMethod parameters in org.alfresco.repo.rating with type arguments of type AbstractRatingRollupAlgorithmModifier and TypeMethodDescriptionvoidRatingSchemeImpl.setPropertyRollups(List<AbstractRatingRollupAlgorithm> rollupAlgorithms) -
Uses of AbstractRatingRollupAlgorithm in org.alfresco.service.cmr.rating
Methods in org.alfresco.service.cmr.rating that return types with arguments of type AbstractRatingRollupAlgorithmModifier and TypeMethodDescriptionRatingScheme.getPropertyRollups()This method returns a List ofproperty rollup algorithmswhich are used in order to calculate rating totals, counts etc for a rated node.