Class AbstractRemoteWebView
- java.lang.Object
-
- com.atlassian.confluence.rest.client.AbstractRemoteService<WebView>
-
- com.atlassian.confluence.rest.client.remoteservice.webfragment.AbstractRemoteWebView
-
- All Implemented Interfaces:
RemoteWebView
- Direct Known Subclasses:
GraphQLRemoteWebViewImpl,RemoteWebViewImpl
public abstract class AbstractRemoteWebView extends AbstractRemoteService<WebView> implements RemoteWebView
WebViewimplementation that communicates with Confluence remotely.- Since:
- 6.12.0
-
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.fugue.Option<ContentId>contentIdprotected com.atlassian.fugue.Option<String>spaceKeyprotected com.atlassian.fugue.Option<Integer>version-
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractRemoteWebView(AbstractRemoteService delegate)
-
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, getFutureOptional, 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.remoteservice.webfragment.RemoteWebView
getItemsForSection, getItemsForSectionCompletionStage, getPanelsForLocation, getPanelsForLocationCompletionStage, getPanelsForLocations, getPanelsForLocationsCompletionStage, getSectionsForLocation, getSectionsForLocationCompletionStage, getSectionsForLocations, getSectionsForLocationsCompletionStage
-
-
-
-
Constructor Detail
-
AbstractRemoteWebView
protected AbstractRemoteWebView(AbstractRemoteService delegate)
-
-