Uses of Interface
com.atlassian.confluence.api.service.people.PersonService
Packages that use PersonService
Package
Description
These REST resources are replacements for admin-level functest RPC calls and should only
be run by a sys-admin in a websudo session.
-
Uses of PersonService in com.atlassian.confluence.api.impl.service.people
Classes in com.atlassian.confluence.api.impl.service.people that implement PersonServiceModifier and TypeClassDescriptionclass
class
For use in the Velocity context.Constructors in com.atlassian.confluence.api.impl.service.people with parameters of type PersonService -
Uses of PersonService in com.atlassian.confluence.functest.rest.admin
Constructors in com.atlassian.confluence.functest.rest.admin with parameters of type PersonServiceModifierConstructorDescriptionUserResource
(com.atlassian.crowd.embedded.api.CrowdService crowdService, PersonService personService, UserAccessor userAccessor) -
Uses of PersonService in com.atlassian.confluence.plugins.graphql.providers
Constructors in com.atlassian.confluence.plugins.graphql.providers with parameters of type PersonService -
Uses of PersonService in com.atlassian.confluence.plugins.like.graphql
Constructors in com.atlassian.confluence.plugins.like.graphql with parameters of type PersonServiceModifierConstructorDescriptionLikesProvider
(LikeManager likeManager, PersonService personService, UserAccessor userAccessor, NetworkService networkService, ContentEntityManager contentEntityManager) LikesResponse
(LikeManager likeManager, PersonService personService, UserAccessor userAccessor, ContentEntityObject content, ConfluenceUser currentUser, com.google.common.base.Supplier<Set<String>> followeeUsernames) -
Uses of PersonService in com.atlassian.confluence.plugins.like.spring
Methods in com.atlassian.confluence.plugins.like.spring that return PersonService -
Uses of PersonService in com.atlassian.confluence.plugins.restapi.experimental.resources
Constructors in com.atlassian.confluence.plugins.restapi.experimental.resources with parameters of type PersonServiceModifierConstructorDescriptionExperimentalGroupResource
(GroupService groupService, PersonService personService) ExperimentalUserResource
(PersonService personService, GroupService groupService) RelationResource
(RelationService relationService, PersonService personService) -
Uses of PersonService in com.atlassian.confluence.plugins.restapi.filters
Constructors in com.atlassian.confluence.plugins.restapi.filters with parameters of type PersonServiceModifierConstructorDescriptionRateLimitFilter
(double permitsPerSecond, RateLimited.Type type, Set<String> scopes, PersonService personService, ConfluenceScopesRequestCache scopesRequestCache) RequestRateLimitDynamicFeature
(PersonService personService, ConfluenceScopesRequestCache scopesRequestCache) -
Uses of PersonService in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type PersonServiceModifierConstructorDescriptionAdminUserResource
(PersonService personService) AdminUsersResource
(PersonService personService) GroupResource
(GroupService groupService, PersonService personService) UserGroupResource
(PersonService personService) UserResource
(PersonService personService, GroupService groupService) UserWatchResource
(WatchService watchService, PersonService personService) -
Uses of PersonService in com.atlassian.confluence.user.actions
Fields in com.atlassian.confluence.user.actions declared as PersonServiceMethods in com.atlassian.confluence.user.actions with parameters of type PersonServiceModifier and TypeMethodDescriptionvoid
AbstractUsersAction.setApiPersonService
(PersonService personService) void
BrowseUnsyncedUsersAction.setApiPersonService
(PersonService personService)