Uses of Class
org.springframework.social.alfresco.api.entities.Rating

Packages that use Rating
org.springframework.social.alfresco.api   
org.springframework.social.alfresco.api.impl   
 

Uses of Rating in org.springframework.social.alfresco.api
 

Methods in org.springframework.social.alfresco.api that return Rating
 Rating Alfresco.getNodeRating(String network, String node, String rating)
          Get rating for node in network
 Rating Alfresco.rateNode(String network, String node, boolean like)
          Like node
 Rating Alfresco.rateNode(String network, String node, int stars)
          Rate node (Stars)
 

Methods in org.springframework.social.alfresco.api that return types with arguments of type Rating
 AlfrescoList<Rating> Alfresco.getNodeRatings(String network, String node)
          Get ratings for node in network
 AlfrescoList<Rating> Alfresco.getNodeRatings(String network, String node, Map<String,String> parameters)
          Get ratings for node in network filtered by parameters
 

Uses of Rating in org.springframework.social.alfresco.api.impl
 

Methods in org.springframework.social.alfresco.api.impl that return Rating
 Rating AlfrescoTemplate.getNodeRating(String network, String node, String rating)
           
 Rating AlfrescoTemplate.rateNode(String network, String node, boolean like)
           
 Rating AlfrescoTemplate.rateNode(String network, String node, int stars)
           
 

Methods in org.springframework.social.alfresco.api.impl that return types with arguments of type Rating
 AlfrescoList<Rating> AlfrescoTemplate.getNodeRatings(String network, String node)
           
 AlfrescoList<Rating> AlfrescoTemplate.getNodeRatings(String network, String node, Map<String,String> parameters)
           
 



Copyright © 2012 Alfresco Software Inc.. All Rights Reserved.