Interface PersonService.SinglePersonFetcher
-
- All Superinterfaces:
SingleFetcher<Person>
- All Known Subinterfaces:
PersonService.PersonFinder
- All Known Implementing Classes:
NoopPersonFinder
,PersonServiceImpl.PersonFinderImpl
- Enclosing interface:
- PersonService
public static interface PersonService.SinglePersonFetcher extends SingleFetcher<Person>
only here so that the remote person service can proxy it.
-
-
Method Summary
-
Methods inherited from interface com.atlassian.confluence.api.service.finder.SingleFetcher
fetch, fetchOne, fetchOneOrNull, fetchOrNull
-
-