Class GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl
- java.lang.Object
-
- com.atlassian.confluence.rest.client.AbstractRemoteService<ContentService.ContentFinder>
-
- com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
-
- com.atlassian.confluence.rest.client.graphql.GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl
-
- All Implemented Interfaces:
RemoteContentService.RemoteContentFetcher
,RemoteContentService.RemoteContentFinder
,RemoteContentService.RemoteParameterContentFinder
,RemoteContentService.RemoteSingleContentFetcher
,RemoteSingleFetcher<Content>
- Enclosing class:
- GraphQLRemoteContentServiceImpl
protected class GraphQLRemoteContentServiceImpl.RemoteContentFinderImpl extends AbstractRemoteContentService.AbstractRemoteContentFinder
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
contentId, contentTypes, createdDate, expansions, spaceKey, statuses, title, version
-
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CompletionStage<Optional<Content>>
fetchByIdCompletionStage()
com.atlassian.util.concurrent.Promise<PageResponse<Content>>
fetchMany(ContentType type, PageRequest request)
Deprecated.since 7.0.1.CompletionStage<PageResponse<Content>>
fetchManyCompletionStage(ContentType type, PageRequest request)
protected com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>>
fetchOneById()
Deprecated.since 7.0.1.-
Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
fetchCompletionStage, fetchMappedByContentType, fetchMappedByContentTypeCompletionStage, fetchOne, fetchOneOrNull, fetchOrNullCompletionStage, withAnyStatus, withCreatedDate, withId, withId, withId, withIdAndVersion, withLocator, withSpace, withStatus, withTitle, withType
-
Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, deleteFuture, deleteFuture, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postFuture, postFuture, postFuture, postFutureToPageResponse, putCompletionStage, putFuture
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetch, fetchOrNull
-
-
-
-
Method Detail
-
fetchMany
@Deprecated public com.atlassian.util.concurrent.Promise<PageResponse<Content>> fetchMany(ContentType type, PageRequest request)
Deprecated.since 7.0.1. UsefetchManyCompletionStage(ContentType, PageRequest)
instead.
-
fetchManyCompletionStage
public CompletionStage<PageResponse<Content>> fetchManyCompletionStage(ContentType type, PageRequest request)
-
fetchOneById
@Deprecated protected com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Content>> fetchOneById()
Deprecated.since 7.0.1. UsefetchByIdCompletionStage()
instead.- Specified by:
fetchOneById
in classAbstractRemoteContentService.AbstractRemoteContentFinder
-
fetchByIdCompletionStage
protected CompletionStage<Optional<Content>> fetchByIdCompletionStage()
- Specified by:
fetchByIdCompletionStage
in classAbstractRemoteContentService.AbstractRemoteContentFinder
-
-