Uses of Class
org.alfresco.service.cmr.rating.RatingServiceException
-
Packages that use RatingServiceException Package Description org.alfresco.repo.rating org.alfresco.service.cmr.rating -
-
Uses of RatingServiceException in org.alfresco.repo.rating
Methods in org.alfresco.repo.rating that throw RatingServiceException Modifier and Type Method Description voidRatingServiceImpl. applyRating(NodeRef targetNode, float rating, String ratingSchemeName) -
Uses of RatingServiceException in org.alfresco.service.cmr.rating
Methods in org.alfresco.service.cmr.rating that throw RatingServiceException Modifier and Type Method Description voidRatingService. applyRating(NodeRef targetNode, float rating, String ratingSchemeName)This method applies the given rating to the specified target node.
-