Uses of Class
org.alfresco.service.cmr.rating.Rating
Packages that use Rating
Package
Description
-
Uses of Rating in org.alfresco.repo.rating
Methods in org.alfresco.repo.rating that return RatingModifier and TypeMethodDescriptionRatingServiceImpl.getRatingByCurrentUser(NodeRef targetNode, String ratingSchemeName) RatingServiceImpl.removeRatingByCurrentUser(NodeRef targetNode, String ratingScheme) Methods in org.alfresco.repo.rating that return types with arguments of type Rating -
Uses of Rating in org.alfresco.repo.virtual.bundle
Methods in org.alfresco.repo.virtual.bundle that return RatingModifier and TypeMethodDescriptionVirtualRatingServiceExtension.getRatingByCurrentUser(NodeRef targetNode, String ratingSchemeName) VirtualRatingServiceExtension.removeRatingByCurrentUser(NodeRef targetNode, String ratingSchemeName) Methods in org.alfresco.repo.virtual.bundle that return types with arguments of type RatingModifier and TypeMethodDescriptionVirtualRatingServiceExtension.getRatingsByCurrentUser(NodeRef targetNode) -
Uses of Rating in org.alfresco.service.cmr.rating
Methods in org.alfresco.service.cmr.rating that return RatingModifier and TypeMethodDescriptionRatingService.getRatingByCurrentUser(NodeRef targetNode, String ratingSchemeName) This method gets theRatingapplied by the current user to the specified node in the specifiedRatingScheme- if there is one.RatingService.removeRatingByCurrentUser(NodeRef targetNode, String ratingSchemeName) This method removes anyRatingapplied by the current user to the specified node in the specifiedRatingScheme.Methods in org.alfresco.service.cmr.rating that return types with arguments of type RatingModifier and TypeMethodDescriptionRatingService.getRatingsByCurrentUser(NodeRef targetNode) This method gets theratingsapplied by the current user to the specified node.