Package | Description |
---|---|
org.alfresco.repo.rating | |
org.alfresco.repo.virtual.bundle | |
org.alfresco.service.cmr.rating |
Modifier and Type | Method and Description |
---|---|
Rating |
RatingServiceImpl.getRatingByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode,
String ratingSchemeName) |
Rating |
RatingServiceImpl.removeRatingByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode,
String ratingScheme) |
Modifier and Type | Method and Description |
---|---|
List<Rating> |
RatingServiceImpl.getRatingsByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode) |
Modifier and Type | Method and Description |
---|---|
Rating |
VirtualRatingServiceExtension.getRatingByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode,
String ratingSchemeName) |
Rating |
VirtualRatingServiceExtension.removeRatingByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode,
String ratingSchemeName) |
Modifier and Type | Method and Description |
---|---|
List<Rating> |
VirtualRatingServiceExtension.getRatingsByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode) |
Modifier and Type | Method and Description |
---|---|
Rating |
RatingService.getRatingByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode,
String ratingSchemeName)
This method gets the
Rating applied by the current user to the specified node in the specified
RatingScheme - if there is one. |
Rating |
RatingService.removeRatingByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode,
String ratingSchemeName)
This method removes any
Rating applied by the current user to the specified node in the specified
RatingScheme . |
Modifier and Type | Method and Description |
---|---|
List<Rating> |
RatingService.getRatingsByCurrentUser(org.alfresco.service.cmr.repository.NodeRef targetNode)
This method gets the
ratings applied by the current user to the specified node. |
Copyright © 2005–2017 Alfresco Software. All rights reserved.