Class GamificationInformationsEndpoint

  • All Implemented Interfaces:
    org.exoplatform.services.rest.resource.ResourceContainer

    @RolesAllowed("users")
    public class GamificationInformationsEndpoint
    extends Object
    implements org.exoplatform.services.rest.resource.ResourceContainer
    • Field Detail

      • identityManager

        protected org.exoplatform.social.core.manager.IdentityManager identityManager
      • spaceService

        protected org.exoplatform.social.core.space.spi.SpaceService spaceService
    • Constructor Detail

      • GamificationInformationsEndpoint

        public GamificationInformationsEndpoint​(org.exoplatform.social.core.manager.IdentityManager identityManager,
                                                org.exoplatform.social.core.space.spi.SpaceService spaceService,
                                                GamificationService gamificationService)
    • Method Detail

      • getAllLeadersByRank

        @RolesAllowed("users")
        public javax.ws.rs.core.Response getAllLeadersByRank​(@Context
                                                             javax.ws.rs.core.UriInfo uriInfo,
                                                             String capacity,
                                                             String providerId,
                                                             String remoteId)