@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, deleteFuture, deleteFuture, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, 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–2021 Atlassian. All rights reserved.