Uses of Class
org.alfresco.rest.api.model.NodeRating
-
Packages that use NodeRating Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.impl.node.ratings org.alfresco.rest.api.model org.alfresco.rest.api.nodes -
-
Uses of NodeRating in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return NodeRating Modifier and Type Method Description NodeRating
NodeRatings. getNodeRating(java.lang.String nodeId, java.lang.String ratingSchemeId)
Methods in org.alfresco.rest.api that return types with arguments of type NodeRating Modifier and Type Method Description CollectionWithPagingInfo<NodeRating>
NodeRatings. getNodeRatings(java.lang.String nodeId, Paging paging)
-
Uses of NodeRating in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return NodeRating Modifier and Type Method Description NodeRating
NodeRatingsImpl. getNodeRating(java.lang.String nodeId, java.lang.String ratingSchemeId)
Methods in org.alfresco.rest.api.impl that return types with arguments of type NodeRating Modifier and Type Method Description CollectionWithPagingInfo<NodeRating>
NodeRatingsImpl. getNodeRatings(java.lang.String nodeId, Paging paging)
-
Uses of NodeRating in org.alfresco.rest.api.impl.node.ratings
Methods in org.alfresco.rest.api.impl.node.ratings that return NodeRating Modifier and Type Method Description NodeRating
AbstractRatingScheme. getNodeRating(org.alfresco.service.cmr.repository.NodeRef nodeRef)
NodeRating
RatingScheme. getNodeRating(org.alfresco.service.cmr.repository.NodeRef nodeRef)
-
Uses of NodeRating in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model with parameters of type NodeRating Modifier and Type Method Description int
NodeRating. compareTo(NodeRating other)
-
Uses of NodeRating in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes that return NodeRating Modifier and Type Method Description NodeRating
NodeRatingsRelation. readById(java.lang.String nodeId, java.lang.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 NodeRating Modifier and Type Method Description java.util.List<NodeRating>
NodeRatingsRelation. create(java.lang.String nodeId, java.util.List<NodeRating> ratingEntity, Parameters parameters)
Create a rating for the node with id 'nodeId'.CollectionWithPagingInfo<NodeRating>
NodeRatingsRelation. readAll(java.lang.String nodeId, Parameters parameters)
Method parameters in org.alfresco.rest.api.nodes with type arguments of type NodeRating Modifier and Type Method Description java.util.List<NodeRating>
NodeRatingsRelation. create(java.lang.String nodeId, java.util.List<NodeRating> ratingEntity, Parameters parameters)
Create a rating for the node with id 'nodeId'.
-