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 Modifier and Type Method Description com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>>fetchMany(PageRequest request)-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteManyFetcher
fetchManyCompletionStage
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetch, fetchCompletionStage, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage
-
-
-
-
Method Detail
-
fetchMany
com.atlassian.util.concurrent.Promise<PageResponse<JsonContentProperty>> fetchMany(PageRequest request)
- Specified by:
fetchManyin interfaceRemoteManyFetcher<JsonContentProperty>
-
-