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 classPersonServiceImpl.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 interfacePersonService.PersonFinderA finder for locating persons.Methods in com.atlassian.confluence.api.service.people that return PersonService.SinglePersonFetcher Modifier and Type Method Description PersonService.SinglePersonFetcherPersonService.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 classNoopPersonFinderMethods in com.atlassian.confluence.impl.service.finder.people that return PersonService.SinglePersonFetcher Modifier and Type Method Description PersonService.SinglePersonFetcherNoopPersonFinder. withUsername(String username)
-