Uses of Interface
org.alfresco.rest.api.model.DocumentRatingSummary
-
Packages that use DocumentRatingSummary Package Description org.alfresco.rest.api.impl.node.ratings org.alfresco.rest.api.model -
-
Uses of DocumentRatingSummary in org.alfresco.rest.api.impl.node.ratings
Methods in org.alfresco.rest.api.impl.node.ratings that return DocumentRatingSummary Modifier and Type Method Description protected abstract DocumentRatingSummary
AbstractRatingScheme. getDocumentRatingSummary(NodeRef nodeRef)
DocumentRatingSummary
FiveStarRatingScheme. getDocumentRatingSummary(NodeRef nodeRef)
protected DocumentRatingSummary
LikesRatingScheme. getDocumentRatingSummary(NodeRef nodeRef)
-
Uses of DocumentRatingSummary in org.alfresco.rest.api.model
Classes in org.alfresco.rest.api.model that implement DocumentRatingSummary Modifier and Type Class Description class
FiveStarRatingSummary
class
LikesRatingSummary
Methods in org.alfresco.rest.api.model that return DocumentRatingSummary Modifier and Type Method Description DocumentRatingSummary
NodeRating. getAggregate()
Constructors in org.alfresco.rest.api.model with parameters of type DocumentRatingSummary Constructor Description NodeRating(String ratingSchemeId, Object myRating, Date ratedAt, DocumentRatingSummary documentRatingSummary)
-