Uses of Interface
com.atlassian.confluence.api.service.people.PersonService.PersonFinder
Packages that use PersonService.PersonFinder
Package
Description
-
Uses of PersonService.PersonFinder in com.atlassian.confluence.api.impl.service.people
Classes in com.atlassian.confluence.api.impl.service.people that implement PersonService.PersonFinderMethods in com.atlassian.confluence.api.impl.service.people that return PersonService.PersonFinderModifier and TypeMethodDescriptionPersonServiceImpl.PersonFinderImpl.withMembershipOf
(Group group) PersonServiceImpl.PersonFinderImpl.withUserKey
(com.atlassian.sal.api.user.UserKey userKey) PersonServiceImpl.PersonFinderImpl.withUsername
(String username) -
Uses of PersonService.PersonFinder in com.atlassian.confluence.api.service.people
Methods in com.atlassian.confluence.api.service.people that return PersonService.PersonFinderModifier and TypeMethodDescriptionCreate a person finder to locate persons Restrictions can be applied to the finder using the appropriate withFoo() methodPersonService.PersonFinder.withMembershipOf
(Group group) Restrict the finder to just users that are members of the given groupPersonService.PersonFinder.withUserKey
(com.atlassian.sal.api.user.UserKey userKey) Restrict the finder to just the user with the given userKey -
Uses of PersonService.PersonFinder in com.atlassian.confluence.impl.service.finder.people
Classes in com.atlassian.confluence.impl.service.finder.people that implement PersonService.PersonFinderMethods in com.atlassian.confluence.impl.service.finder.people that return PersonService.PersonFinderModifier and TypeMethodDescriptionNoopPersonFinder.withMembershipOf
(Group group) NoopPersonFinder.withUserKey
(com.atlassian.sal.api.user.UserKey userKey)