mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user