Class AbstractRemoteChildContentService
- java.lang.Object
-
- com.atlassian.confluence.rest.client.AbstractRemoteService<ChildContentService>
-
- com.atlassian.confluence.rest.client.AbstractRemoteChildContentService
-
- All Implemented Interfaces:
RemoteChildContentService
- Direct Known Subclasses:
GraphQLRemoteChildContentServiceImpl
,RemoteChildContentServiceImpl
public abstract class AbstractRemoteChildContentService extends AbstractRemoteService<ChildContentService> implements RemoteChildContentService
ChildContentService
implementation that communicates with Confluence remotely.- Since:
- 6.12.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
AbstractRemoteChildContentService.AbstractRemoteChildContentFinder
-
Nested classes/interfaces inherited from interface com.atlassian.confluence.rest.client.RemoteChildContentService
RemoteChildContentService.RemoteChildContentFinder
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider
-
-
Constructor Summary
Constructors Constructor Description AbstractRemoteChildContentService(AuthenticatedWebResourceProvider provider, com.google.common.util.concurrent.ListeningExecutorService executor)
-
Method Summary
-
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, postVoidCompletionStage, 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.RemoteChildContentService
findContent
-
-
-
-
Constructor Detail
-
AbstractRemoteChildContentService
public AbstractRemoteChildContentService(AuthenticatedWebResourceProvider provider, com.google.common.util.concurrent.ListeningExecutorService executor)
-
-