Uses of Class
org.exoplatform.gamification.github.model.RemoteOrganization
Packages that use RemoteOrganization
Package
Description
-
Uses of RemoteOrganization in org.exoplatform.gamification.github.services
Methods in org.exoplatform.gamification.github.services that return RemoteOrganizationModifier and TypeMethodDescriptionGithubConsumerService.retrieveRemoteOrganization(long organizationRemoteId, String accessToken) Retrieve available github organization info.GithubConsumerService.retrieveRemoteOrganization(String organizationName, String accessToken) Retrieve available github organization info. -
Uses of RemoteOrganization in org.exoplatform.gamification.github.services.impl
Methods in org.exoplatform.gamification.github.services.impl that return RemoteOrganizationModifier and TypeMethodDescriptionGithubConsumerServiceImpl.retrieveRemoteOrganization(long organizationId, String accessToken) GithubConsumerServiceImpl.retrieveRemoteOrganization(String organizationName, String accessToken) -
Uses of RemoteOrganization in org.exoplatform.gamification.github.storage
Methods in org.exoplatform.gamification.github.storage that return RemoteOrganizationModifier and TypeMethodDescriptionGithubConsumerStorage.retrieveRemoteOrganization(long organizationId, String accessToken) GithubConsumerStorage.retrieveRemoteOrganization(String organizationName, String accessToken) -
Uses of RemoteOrganization in org.exoplatform.gamification.github.storage.cached
Methods in org.exoplatform.gamification.github.storage.cached that return RemoteOrganizationModifier and TypeMethodDescriptionGithubConsumerCachedStorage.retrieveRemoteOrganization(long organizationId, String accessToken)