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 TypeMethodDescriptionvoidNodeRatingsImpl.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 TypeClassDescriptionclassManages the mapping between the rest api's representation of a node rating and the repository's representation of a node rating.classThe rest apis representation of the 'fiveStar' rating scheme.classThe 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.nodeRatingSchemeRegistryMethod parameters in org.alfresco.rest.api.impl.node.ratings with type arguments of type RatingSchemeModifier and TypeMethodDescriptionvoidAbstractRatingScheme.setNodeRatingSchemeRegistry(org.alfresco.util.registry.NamedObjectRegistry<RatingScheme> nodeRatingSchemeRegistry)