Uses of Interface
com.atlassian.confluence.api.service.people.PersonService.PersonFinder
-
-
Uses of PersonService.PersonFinder in com.atlassian.confluence.api.impl.service.people
Classes in com.atlassian.confluence.api.impl.service.people that implement PersonService.PersonFinder Modifier and Type Class Description classPersonServiceImpl.PersonFinderImplMethods in com.atlassian.confluence.api.impl.service.people that return PersonService.PersonFinder Modifier and Type Method Description PersonService.PersonFinderPersonServiceImpl. find(Expansion... expansions)PersonService.PersonFinderPersonServiceImpl.PersonFinderImpl. withMembershipOf(Group group)PersonService.PersonFinderPersonServiceImpl.PersonFinderImpl. withUserKey(com.atlassian.sal.api.user.UserKey userKey)PersonService.PersonFinderPersonServiceImpl.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.PersonFinder Modifier and Type Method Description PersonService.PersonFinderPersonService. find(Expansion... expansions)Create a person finder to locate persons Restrictions can be applied to the finder using the appropriate withFoo() methodPersonService.PersonFinderPersonService.PersonFinder. withMembershipOf(Group group)Restrict the finder to just users that are members of the given groupPersonService.PersonFinderPersonService.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.PersonFinder Modifier and Type Class Description classNoopPersonFinderMethods in com.atlassian.confluence.impl.service.finder.people that return PersonService.PersonFinder Modifier and Type Method Description PersonService.PersonFinderNoopPersonFinder. withMembershipOf(Group group)PersonService.PersonFinderNoopPersonFinder. withUserKey(com.atlassian.sal.api.user.UserKey userKey)
-