Uses of Class
org.alfresco.rest.api.model.NodeRating
Packages that use NodeRating
Package
Description
-
Uses of NodeRating in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return NodeRatingModifier and TypeMethodDescriptionNodeRatings.getNodeRating
(String nodeId, String ratingSchemeId) Methods in org.alfresco.rest.api that return types with arguments of type NodeRating -
Uses of NodeRating in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return NodeRatingModifier and TypeMethodDescriptionNodeRatingsImpl.getNodeRating
(String nodeId, String ratingSchemeId) Methods in org.alfresco.rest.api.impl that return types with arguments of type NodeRating -
Uses of NodeRating in org.alfresco.rest.api.impl.node.ratings
Methods in org.alfresco.rest.api.impl.node.ratings that return NodeRatingModifier and TypeMethodDescriptionAbstractRatingScheme.getNodeRating
(NodeRef nodeRef) RatingScheme.getNodeRating
(NodeRef nodeRef) -
Uses of NodeRating in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model with parameters of type NodeRating -
Uses of NodeRating in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes that return NodeRatingModifier and TypeMethodDescriptionNodeRatingsRelation.readById
(String nodeId, String ratingSchemeId, Parameters parameters) Returns the rating with id 'schemeName' for node with id 'nodeId'.Methods in org.alfresco.rest.api.nodes that return types with arguments of type NodeRatingModifier and TypeMethodDescriptionNodeRatingsRelation.create
(String nodeId, List<NodeRating> ratingEntity, Parameters parameters) Create a rating for the node with id 'nodeId'.NodeRatingsRelation.readAll
(String nodeId, Parameters parameters) Method parameters in org.alfresco.rest.api.nodes with type arguments of type NodeRatingModifier and TypeMethodDescriptionNodeRatingsRelation.create
(String nodeId, List<NodeRating> ratingEntity, Parameters parameters) Create a rating for the node with id 'nodeId'.