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, versionFields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider -
Method Summary
Modifier and TypeMethodDescriptionprotected CompletionStage<Optional<Content>>fetchManyCompletionStage(ContentType type, PageRequest request) Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteContentService.AbstractRemoteContentFinder
fetchCompletionStage, fetchMappedByContentTypeCompletionStage, getStatuses, withAnyStatus, withCreatedDate, withId, withId, withId, withIdAndVersion, withLocator, withSpace, withStatus, withTitle, withTypeMethods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfGenericListResponse, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, newExperimentalRestWebTarget, newWebTarget, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postVoidCompletionStage, putCompletionStage, putVoidCompletionStageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.rest.client.RemoteSingleFetcher
fetchOneOrNullCompletionStage, fetchOrNullCompletionStage
-
Method Details
-
fetchManyCompletionStage
public CompletionStage<PageResponse<Content>> fetchManyCompletionStage(ContentType type, PageRequest request) -
fetchByIdCompletionStage
- Specified by:
fetchByIdCompletionStagein classAbstractRemoteContentService.AbstractRemoteContentFinder
-