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:
- 9.0
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
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
ModifierConstructorDescriptionprotected
AbstractRemoteChildContentService
(AuthenticatedWebResourceProvider provider, ExecutorService executor) -
Method Summary
Methods inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, newExperimentalRestWebTarget, newWebTarget, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postVoidCompletionStage, putCompletionStage, putVoidCompletionStage
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 Details
-
AbstractRemoteChildContentService
protected AbstractRemoteChildContentService(AuthenticatedWebResourceProvider provider, ExecutorService executor) - Since:
- 9.0
-