Class LikesRatingScheme

  • All Implemented Interfaces:
    RatingScheme, org.springframework.beans.factory.InitializingBean

    public class LikesRatingScheme
    extends AbstractRatingScheme
    The rest api representation of the 'likes' rating scheme.
    Author:
    steveglover
    • Constructor Detail

      • LikesRatingScheme

        public LikesRatingScheme()
    • Method Detail

      • getRatingServiceRating

        public java.lang.Float getRatingServiceRating​(java.lang.Object rating)
      • applyRating

        public void applyRating​(org.alfresco.service.cmr.repository.NodeRef nodeRef,
                                java.lang.Object rating)
      • removeRating

        public void removeRating​(org.alfresco.service.cmr.repository.NodeRef nodeRef)