04-21-2011 11:51 AM
04-21-2011 02:34 PM
const LIKES_SCHEME = "likesRatingScheme";
var isLiked = ratingService.getRating(node, LIKES_SCHEME) !== -1;
var totalLikes = ratingService.getRatingsCount(node, LIKES_SCHEME);
…
And here's the wiki documentation: http://wiki.alfresco.com/wiki/Rating_ServiceTags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.