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
WebView
implementation that communicates with Confluence remotely.- Since:
- 6.12.0
-
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.fugue.Option<ContentId>
contentId
protected com.atlassian.fugue.Option<String>
spaceKey
protected com.atlassian.fugue.Option<Integer>
version
-
Fields inherited from class com.atlassian.confluence.rest.client.AbstractRemoteService
provider
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractRemoteWebView(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, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postFuture, postFuture, postFuture, postFutureToPageResponse, 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)
-
-