Package | Description |
---|---|
org.alfresco.repo.rating | |
org.alfresco.service.cmr.rating |
Modifier and Type | Class and Description |
---|---|
class |
RatingCountRollupAlgorithm
An implementation of
AbstractRatingRollupAlgorithm which calculates the count (number) of all
ratings in a given scheme. |
class |
RatingTotalRollupAlgorithm
An implementation of
AbstractRatingRollupAlgorithm which calculates the total (sum) of all
ratings in a given scheme. |
Modifier and Type | Method and Description |
---|---|
List<AbstractRatingRollupAlgorithm> |
RatingSchemeImpl.getPropertyRollups() |
Modifier and Type | Method and Description |
---|---|
void |
RatingSchemeImpl.setPropertyRollups(List<AbstractRatingRollupAlgorithm> rollupAlgorithms) |
Modifier and Type | Method and Description |
---|---|
List<AbstractRatingRollupAlgorithm> |
RatingScheme.getPropertyRollups()
This method returns a List of
property rollup algorithms
which are used in order to calculate rating totals, counts etc for a rated node. |
Copyright © 2005–2017 Alfresco Software. All rights reserved.