Uses of Interface
org.alfresco.rest.api.impl.node.ratings.RatingScheme
Packages that use RatingScheme
Package
Description
-
Uses of RatingScheme in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return RatingScheme -
Uses of RatingScheme in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return RatingSchemeMethod parameters in org.alfresco.rest.api.impl with type arguments of type RatingSchemeModifier and TypeMethodDescriptionvoid
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 RatingSchemeModifier and TypeClassDescriptionclass
Manages the mapping between the rest api's representation of a node rating and the repository's representation of a node rating.class
The rest apis representation of the 'fiveStar' rating scheme.class
The rest api representation of the 'likes' rating scheme.Fields in org.alfresco.rest.api.impl.node.ratings with type parameters of type RatingSchemeModifier and TypeFieldDescriptionprotected org.alfresco.util.registry.NamedObjectRegistry<RatingScheme>
AbstractRatingScheme.nodeRatingSchemeRegistry
Method parameters in org.alfresco.rest.api.impl.node.ratings with type arguments of type RatingSchemeModifier and TypeMethodDescriptionvoid
AbstractRatingScheme.setNodeRatingSchemeRegistry
(org.alfresco.util.registry.NamedObjectRegistry<RatingScheme> nodeRatingSchemeRegistry)