Interface RemotePersonService.RemotePersonManyFetcher<T>
-
- All Superinterfaces:
RemoteManyFetcher<T>
- All Known Subinterfaces:
RemotePersonService.RemotePersonFinder
,RemotePersonService.RemotePersonSearcher
- All Known Implementing Classes:
RemotePersonServiceImpl.RemotePersonFinderImpl
- Enclosing interface:
- RemotePersonService
@Deprecated public static interface RemotePersonService.RemotePersonManyFetcher<T> extends RemoteManyFetcher<T>
Deprecated.since 7.0.1. UseRemoteManyFetcher
instead.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description com.atlassian.util.concurrent.Promise<PageResponse<T>>
fetchMany(PageRequest request)
Deprecated.-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteManyFetcher
fetchManyCompletionStage
-
-
-
-
Method Detail
-
fetchMany
com.atlassian.util.concurrent.Promise<PageResponse<T>> fetchMany(PageRequest request)
Deprecated.- Specified by:
fetchMany
in interfaceRemoteManyFetcher<T>
-
-