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 DocumentRatingSummaryAbstractRatingScheme. getDocumentRatingSummary(org.alfresco.service.cmr.repository.NodeRef nodeRef)DocumentRatingSummaryFiveStarRatingScheme. getDocumentRatingSummary(org.alfresco.service.cmr.repository.NodeRef nodeRef)protected DocumentRatingSummaryLikesRatingScheme. getDocumentRatingSummary(org.alfresco.service.cmr.repository.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 classFiveStarRatingSummaryclassLikesRatingSummaryMethods in org.alfresco.rest.api.model that return DocumentRatingSummary Modifier and Type Method Description DocumentRatingSummaryNodeRating. getAggregate()Constructors in org.alfresco.rest.api.model with parameters of type DocumentRatingSummary Constructor Description NodeRating(String ratingSchemeId, Object myRating, Date ratedAt, DocumentRatingSummary documentRatingSummary)
-