@Internal public class GraphQLRemoteChildContentServiceImpl extends AbstractRemoteChildContentService implements RemoteChildContentService
ChildContentService
implementation that communicates with Confluence remotely using the Confluence GraphQL API.Modifier and Type | Class and Description |
---|---|
static class |
GraphQLRemoteChildContentServiceImpl.GraphQLQueryChildContentResponse |
class |
GraphQLRemoteChildContentServiceImpl.RemoteChildContentFinderImpl |
AbstractRemoteChildContentService.AbstractRemoteChildContentFinder
RemoteChildContentService.RemoteChildContentFinder
provider
Constructor and Description |
---|
GraphQLRemoteChildContentServiceImpl(AuthenticatedWebResourceProvider provider,
com.google.common.util.concurrent.ListeningExecutorService executor,
String defaultGraphQLQuery) |
Modifier and Type | Method and Description |
---|---|
RemoteChildContentService.RemoteChildContentFinder |
findContent(ContentId parentId,
Expansion... expansion)
Create a finder to find content in the given parent.
|
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
public GraphQLRemoteChildContentServiceImpl(AuthenticatedWebResourceProvider provider, com.google.common.util.concurrent.ListeningExecutorService executor, String defaultGraphQLQuery)
public RemoteChildContentService.RemoteChildContentFinder findContent(ContentId parentId, Expansion... expansion)
RemoteChildContentService
findContent
in interface RemoteChildContentService
parentId
- - the id of the parent to fetch content forexpansion
- - the expansions to apply to the contentCopyright © 2003–2021 Atlassian. All rights reserved.