Uses of Class
org.alfresco.service.cmr.rating.Rating
-
Packages that use Rating Package Description org.alfresco.repo.rating org.alfresco.repo.virtual.bundle org.alfresco.service.cmr.rating -
-
Uses of Rating in org.alfresco.repo.rating
Methods in org.alfresco.repo.rating that return Rating Modifier and Type Method Description RatingRatingServiceImpl. getRatingByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode, java.lang.String ratingSchemeName)RatingRatingServiceImpl. removeRatingByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode, java.lang.String ratingScheme)Methods in org.alfresco.repo.rating that return types with arguments of type Rating Modifier and Type Method Description java.util.List<Rating>RatingServiceImpl. getRatingsByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode) -
Uses of Rating in org.alfresco.repo.virtual.bundle
Methods in org.alfresco.repo.virtual.bundle that return Rating Modifier and Type Method Description RatingVirtualRatingServiceExtension. getRatingByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode, java.lang.String ratingSchemeName)RatingVirtualRatingServiceExtension. removeRatingByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode, java.lang.String ratingSchemeName)Methods in org.alfresco.repo.virtual.bundle that return types with arguments of type Rating Modifier and Type Method Description java.util.List<Rating>VirtualRatingServiceExtension. getRatingsByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode) -
Uses of Rating in org.alfresco.service.cmr.rating
Methods in org.alfresco.service.cmr.rating that return Rating Modifier and Type Method Description RatingRatingService. getRatingByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode, java.lang.String ratingSchemeName)This method gets theRatingapplied by the current user to the specified node in the specifiedRatingScheme- if there is one.RatingRatingService. removeRatingByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode, java.lang.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 Rating Modifier and Type Method Description java.util.List<Rating>RatingService. getRatingsByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode)This method gets theratingsapplied by the current user to the specified node.
-