Package org.alfresco.repo.rating
Class RatingSchemeRegistry
java.lang.Object
org.alfresco.repo.rating.RatingSchemeRegistry
This class maintains a registry of all known
rating schemes in the system.- Since:
- 3.4
- Author:
- Neil McErlean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns an unmodifiable map of the registered rating schemes.voidregister(String name, RatingScheme ratingScheme)
-
Constructor Details
-
RatingSchemeRegistry
public RatingSchemeRegistry()
-
-
Method Details
-
register
-
getRatingSchemes
This method returns an unmodifiable map of the registered rating schemes.- Returns:
- Map
-