Uses of Interface
com.atlassian.confluence.api.service.people.PersonService.SinglePersonFetcher
-
-
Uses of PersonService.SinglePersonFetcher in com.atlassian.confluence.api.impl.service.people
Classes in com.atlassian.confluence.api.impl.service.people that implement PersonService.SinglePersonFetcher Modifier and Type Class Description class
PersonServiceImpl.PersonFinderImpl
-
Uses of PersonService.SinglePersonFetcher in com.atlassian.confluence.api.service.people
Subinterfaces of PersonService.SinglePersonFetcher in com.atlassian.confluence.api.service.people Modifier and Type Interface Description static interface
PersonService.PersonFinder
A finder for locating persons.Methods in com.atlassian.confluence.api.service.people that return PersonService.SinglePersonFetcher Modifier and Type Method Description PersonService.SinglePersonFetcher
PersonService.PersonFinder. withUsername(String username)
Restrict the finder to just user with the given username -
Uses of PersonService.SinglePersonFetcher in com.atlassian.confluence.impl.service.finder.people
Classes in com.atlassian.confluence.impl.service.finder.people that implement PersonService.SinglePersonFetcher Modifier and Type Class Description class
NoopPersonFinder
Methods in com.atlassian.confluence.impl.service.finder.people that return PersonService.SinglePersonFetcher Modifier and Type Method Description PersonService.SinglePersonFetcher
NoopPersonFinder. withUsername(String username)
-