@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.AbstractRemoteChildContentFinderRemoteChildContentService.RemoteChildContentFinderprovider| 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, putFuturepublic GraphQLRemoteChildContentServiceImpl(AuthenticatedWebResourceProvider provider, com.google.common.util.concurrent.ListeningExecutorService executor, String defaultGraphQLQuery)
public RemoteChildContentService.RemoteChildContentFinder findContent(ContentId parentId, Expansion... expansion)
RemoteChildContentServicefindContent in interface RemoteChildContentServiceparentId - - the id of the parent to fetch content forexpansion - - the expansions to apply to the contentCopyright © 2003–2022 Atlassian. All rights reserved.