Uses of Class
org.alfresco.repo.rating.AbstractRatingRollupAlgorithm
-
Packages that use AbstractRatingRollupAlgorithm Package Description org.alfresco.repo.rating org.alfresco.service.cmr.rating -
-
Uses of AbstractRatingRollupAlgorithm in org.alfresco.repo.rating
Subclasses of AbstractRatingRollupAlgorithm in org.alfresco.repo.rating Modifier and Type Class Description classRatingCountRollupAlgorithmAn implementation ofAbstractRatingRollupAlgorithmwhich calculates the count (number) of all ratings in a given scheme.classRatingTotalRollupAlgorithmAn 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 AbstractRatingRollupAlgorithm Modifier and Type Method Description java.util.List<AbstractRatingRollupAlgorithm>RatingSchemeImpl. getPropertyRollups()Method parameters in org.alfresco.repo.rating with type arguments of type AbstractRatingRollupAlgorithm Modifier and Type Method Description voidRatingSchemeImpl. setPropertyRollups(java.util.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 AbstractRatingRollupAlgorithm Modifier and Type Method Description java.util.List<AbstractRatingRollupAlgorithm>RatingScheme. getPropertyRollups()This method returns a List ofproperty rollup algorithmswhich are used in order to calculate rating totals, counts etc for a rated node.
-