Uses of Interface
org.alfresco.service.cmr.rating.RatingService
-
Packages that use RatingService Package Description org.alfresco.repo.rating org.alfresco.repo.rating.traitextender org.alfresco.repo.service org.alfresco.repo.virtual.bundle org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of RatingService in org.alfresco.repo.rating
Classes in org.alfresco.repo.rating that implement RatingService Modifier and Type Class Description classRatingServiceImplMethods in org.alfresco.repo.rating with parameters of type RatingService Modifier and Type Method Description voidAbstractRatingRollupAlgorithm. setRatingService(RatingService ratingService) -
Uses of RatingService in org.alfresco.repo.rating.traitextender
Subinterfaces of RatingService in org.alfresco.repo.rating.traitextender Modifier and Type Interface Description interfaceRatingServiceExtensioninterfaceRatingServiceTrait -
Uses of RatingService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return RatingService Modifier and Type Method Description RatingServiceServiceDescriptorRegistry. getRatingService() -
Uses of RatingService in org.alfresco.repo.virtual.bundle
Classes in org.alfresco.repo.virtual.bundle that implement RatingService Modifier and Type Class Description classVirtualRatingServiceExtension -
Uses of RatingService in org.alfresco.service
Methods in org.alfresco.service that return RatingService Modifier and Type Method Description RatingServiceServiceRegistry. getRatingService()Get the rating service (or null if one is not provided)
-