Package | Description |
---|---|
org.alfresco.rest.api | |
org.alfresco.rest.api.impl | |
org.alfresco.rest.api.impl.node.ratings |
Modifier and Type | Method and Description |
---|---|
RatingScheme |
NodeRatings.validateRatingScheme(String ratingSchemeId) |
Modifier and Type | Method and Description |
---|---|
RatingScheme |
NodeRatingsImpl.validateRatingScheme(String ratingSchemeId) |
Modifier and Type | Method and Description |
---|---|
void |
NodeRatingsImpl.setNodeRatingSchemeRegistry(org.alfresco.util.registry.NamedObjectRegistry<RatingScheme> nodeRatingSchemeRegistry) |
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected org.alfresco.util.registry.NamedObjectRegistry<RatingScheme> |
AbstractRatingScheme.nodeRatingSchemeRegistry |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRatingScheme.setNodeRatingSchemeRegistry(org.alfresco.util.registry.NamedObjectRegistry<RatingScheme> nodeRatingSchemeRegistry) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.