Package org.xwiki.extension.rating
Interface Rating
-
- All Known Subinterfaces:
IndexedExtension
,RatingExtension
- All Known Implementing Classes:
AbstractRatingExtension
,WrappingIndexedExtension
,WrappingRatingExtension
public interface Rating
Represent a rating.- Since:
- 6.2M2
- Version:
- $Id: 25aff08984862e43571d3f0b093574a4d258d393 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionRating
getRating()
-
-
-
Method Detail
-
getRating
ExtensionRating getRating()
- Returns:
- the total votes/average vote combination which represents an extension's rating
-
-