RatingService JavaScript API.

This is a preliminary JavaScript API for the RatingService.
  The intention is to get something committed to enable possible feedback and to lay the basis for any improvements that be needed later.
  It's the normal Alfresco JS API changes. The root object is 'ratingService' and all the methods are on that object.
  Highly non-OO.
  But it is tested.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21145 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Neil McErlean
2010-07-13 22:05:01 +00:00
parent 7c27a2c711
commit a1b1872e2e
5 changed files with 246 additions and 8 deletions

View File

@@ -37,8 +37,6 @@ import org.alfresco.service.cmr.repository.NodeRef;
* {@link RatingService#applyRating(NodeRef, float, String) updated} and
* {@link RatingService#removeRatingByCurrentUser(NodeRef, RatingScheme) removed}.
*
* TODO Get average/total
*
* @author Neil McErlean
* @since 3.4
*/