Uses of Interface
com.atlassian.confluence.api.service.people.PersonService
-
Packages that use PersonService Package Description com.atlassian.confluence.api.impl.service.people com.atlassian.confluence.core com.atlassian.confluence.functest.rest.admin These REST resources are replacements for admin-level functest RPC calls and should only be run by a sys-admin in a websudo session.com.atlassian.confluence.impl.velocity com.atlassian.confluence.plugins.graphql.providers com.atlassian.confluence.plugins.like.graphql com.atlassian.confluence.plugins.restapi.experimental.resources com.atlassian.confluence.plugins.restapi.resources -
-
Uses of PersonService in com.atlassian.confluence.api.impl.service.people
Classes in com.atlassian.confluence.api.impl.service.people that implement PersonService Modifier and Type Class Description class
PersonServiceImpl
class
ReadOnlyPersonService
For use in the Velocity context.Constructors in com.atlassian.confluence.api.impl.service.people with parameters of type PersonService Constructor Description ReadOnlyPersonService(PersonService delegate)
-
Uses of PersonService in com.atlassian.confluence.core
Fields in com.atlassian.confluence.core declared as PersonService Modifier and Type Field Description protected PersonService
ConfluenceActionSupport. personService
Methods in com.atlassian.confluence.core that return PersonService Modifier and Type Method Description protected PersonService
ConfluenceActionSupport. getPersonService()
Deprecated, for removal: This API element is subject to removal in a future version.since 8.8.0, use thepersonService
protected field directly when extending this class.Methods in com.atlassian.confluence.core with parameters of type PersonService Modifier and Type Method Description void
ConfluenceActionSupport. setApiPersonService(PersonService personService)
-
Uses of PersonService in com.atlassian.confluence.functest.rest.admin
Constructors in com.atlassian.confluence.functest.rest.admin with parameters of type PersonService Constructor Description UserResource(com.atlassian.crowd.embedded.api.CrowdService crowdService, PersonService personService, UserAccessor userAccessor)
-
Uses of PersonService in com.atlassian.confluence.impl.velocity
Constructors in com.atlassian.confluence.impl.velocity with parameters of type PersonService Constructor Description ReadOnlyBeanContextItemProvider(SpaceSettingsManager spaceSettingsManager, UserAccessorInternal userAccessor, PersonService personService, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
-
Uses of PersonService in com.atlassian.confluence.plugins.graphql.providers
Constructors in com.atlassian.confluence.plugins.graphql.providers with parameters of type PersonService Constructor Description UserFieldsProvider(PersonService personService)
-
Uses of PersonService in com.atlassian.confluence.plugins.like.graphql
Constructors in com.atlassian.confluence.plugins.like.graphql with parameters of type PersonService Constructor Description LikesProvider(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.restapi.experimental.resources
Constructors in com.atlassian.confluence.plugins.restapi.experimental.resources with parameters of type PersonService Constructor Description ExperimentalGroupResource(GroupService groupService, PersonService personService)
ExperimentalUserResource(PersonService personService, GroupService groupService)
RelationResource(RelationService relationService, PersonService personService)
-
Uses of PersonService in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type PersonService Constructor Description AdminUserResource(PersonService personService)
GroupResource(GroupService groupService, PersonService personService)
UserGroupResource(PersonService personService)
UserResource(PersonService personService, GroupService groupService)
UserWatchResource(WatchService watchService, PersonService personService)
-