Uses of Interface
org.alfresco.rest.api.impl.node.ratings.RatingScheme
-
Packages that use RatingScheme Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.impl.node.ratings -
-
Uses of RatingScheme in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return RatingScheme Modifier and Type Method Description RatingScheme
NodeRatings. validateRatingScheme(String ratingSchemeId)
-
Uses of RatingScheme in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return RatingScheme Modifier and Type Method Description RatingScheme
NodeRatingsImpl. validateRatingScheme(String ratingSchemeId)
Method parameters in org.alfresco.rest.api.impl with type arguments of type RatingScheme Modifier and Type Method Description void
NodeRatingsImpl. setNodeRatingSchemeRegistry(org.alfresco.util.registry.NamedObjectRegistry<RatingScheme> nodeRatingSchemeRegistry)
-
Uses of RatingScheme in org.alfresco.rest.api.impl.node.ratings
Classes in org.alfresco.rest.api.impl.node.ratings that implement RatingScheme Modifier and Type Class Description class
AbstractRatingScheme
Manages the mapping between the rest api's representation of a node rating and the repository's representation of a node rating.class
FiveStarRatingScheme
The rest apis representation of the 'fiveStar' rating scheme.class
LikesRatingScheme
The rest api representation of the 'likes' rating scheme.Fields in org.alfresco.rest.api.impl.node.ratings with type parameters of type RatingScheme Modifier and Type Field Description protected org.alfresco.util.registry.NamedObjectRegistry<RatingScheme>
AbstractRatingScheme. nodeRatingSchemeRegistry
Method parameters in org.alfresco.rest.api.impl.node.ratings with type arguments of type RatingScheme Modifier and Type Method Description void
AbstractRatingScheme. setNodeRatingSchemeRegistry(org.alfresco.util.registry.NamedObjectRegistry<RatingScheme> nodeRatingSchemeRegistry)
-