| Package | Description |
|---|---|
| org.alfresco.repo.rating | |
| org.alfresco.repo.virtual.bundle | |
| org.alfresco.service.cmr.rating |
| Modifier and Type | Class and Description |
|---|---|
class |
RatingSchemeImpl |
| Modifier and Type | Method and Description |
|---|---|
RatingScheme |
RatingServiceImpl.getRatingScheme(String ratingSchemeName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RatingScheme> |
RatingServiceImpl.getRatingSchemes() |
Map<String,RatingScheme> |
RatingSchemeRegistry.getRatingSchemes()
This method returns an unmodifiable map of the registered rating schemes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
RatingSchemeImpl.compareTo(RatingScheme otherScheme)
This method can be used to sort RatingSchemes by name.
|
org.alfresco.service.namespace.QName |
RatingNamingConventionsUtil.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.QName |
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.
|
void |
RatingSchemeRegistry.register(String name,
RatingScheme ratingScheme) |
| Modifier and Type | Method and Description |
|---|---|
RatingScheme |
VirtualRatingServiceExtension.getRatingScheme(String ratingSchemeName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RatingScheme> |
VirtualRatingServiceExtension.getRatingSchemes() |
| Modifier and Type | Method and Description |
|---|---|
RatingScheme |
RatingService.getRatingScheme(String ratingSchemeName)
Returns the named
rating scheme if there is one. |
RatingScheme |
Rating.getScheme()
Gets the
RatingScheme under which the rating was applied. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RatingScheme> |
RatingService.getRatingSchemes()
Returns the available
rating schemes keyed by name. |
| Constructor and Description |
|---|
Rating(RatingScheme scheme,
float score,
String appliedBy,
Date appliedAt) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.