Uses of Class
org.alfresco.rest.model.RestRatingModelsCollection
-
Packages that use RestRatingModelsCollection Package Description org.alfresco.rest.model org.alfresco.rest.requests -
-
Uses of RestRatingModelsCollection in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestRatingModelsCollection Modifier and Type Method Description RestRatingModelsCollectionRestRatingModelsCollection. assertNodeHasFiveStarRating()RestRatingModelsCollectionRestRatingModelsCollection. assertNodeHasNoFiveStarRating()RestRatingModelsCollectionRestRatingModelsCollection. assertNodeIsLiked()RestRatingModelsCollectionRestRatingModelsCollection. assertNodeIsNotLiked() -
Uses of RestRatingModelsCollection in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestRatingModelsCollection Modifier and Type Method Description RestRatingModelsCollectionNode. getRatings()Retrieve node ratings using GET call on "nodes/{nodeId}/ratings"
-