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 RatingSchemeNodeRatings. 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 RatingSchemeNodeRatingsImpl. validateRatingScheme(String ratingSchemeId)Method parameters in org.alfresco.rest.api.impl with type arguments of type RatingScheme Modifier and Type Method Description voidNodeRatingsImpl. 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 classAbstractRatingSchemeManages the mapping between the rest api's representation of a node rating and the repository's representation of a node rating.classFiveStarRatingSchemeThe rest apis representation of the 'fiveStar' rating scheme.classLikesRatingSchemeThe 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. nodeRatingSchemeRegistryMethod parameters in org.alfresco.rest.api.impl.node.ratings with type arguments of type RatingScheme Modifier and Type Method Description voidAbstractRatingScheme. setNodeRatingSchemeRegistry(org.alfresco.util.registry.NamedObjectRegistry<RatingScheme> nodeRatingSchemeRegistry)
-