| Package | Description |
|---|---|
| org.springframework.social.alfresco.api | |
| org.springframework.social.alfresco.api.impl |
| Modifier and Type | Method and Description |
|---|---|
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)
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
AlfrescoList<Rating> |
AlfrescoTemplate.getNodeRatings(String network,
String node) |
AlfrescoList<Rating> |
AlfrescoTemplate.getNodeRatings(String network,
String node,
Map<String,String> parameters) |
Copyright © 2015 Alfresco Software Inc.. All Rights Reserved.