Interface RemoteContentPropertyService.RemoteContentPropertyFetcher
-
- All Superinterfaces:
RemoteContentPropertyService.RemoteSingleContentPropertyFetcher,RemoteManyFetcher<JsonContentProperty>,RemoteSingleFetcher<JsonContentProperty>
- All Known Subinterfaces:
RemoteContentPropertyService.RemoteContentPropertyFinder,RemoteContentPropertyService.RemoteParameterContentPropertyFinder
- All Known Implementing Classes:
RemoteContentPropertyServiceImpl.RemoteContentPropertyFinderImpl
- Enclosing interface:
- RemoteContentPropertyService
public static interface RemoteContentPropertyService.RemoteContentPropertyFetcher extends RemoteContentPropertyService.RemoteSingleContentPropertyFetcher, RemoteManyFetcher<JsonContentProperty>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>>fetchMany(PageRequest request)Deprecated.since 8.7.CompletionStage<PageResponse<JsonContentProperty>>fetchManyCompletionStage(PageRequest request)-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetch, fetchCompletionStage, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage
-
-
-
-
Method Detail
-
fetchMany
@Deprecated default com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>> fetchMany(PageRequest request)
Deprecated.since 8.7. UsefetchManyCompletionStage(PageRequest)instead.- Specified by:
fetchManyin interfaceRemoteManyFetcher<JsonContentProperty>
-
fetchManyCompletionStage
CompletionStage<PageResponse<JsonContentProperty>> fetchManyCompletionStage(PageRequest request)
- Specified by:
fetchManyCompletionStagein interfaceRemoteManyFetcher<JsonContentProperty>
-
-