public final class RemoteWebViewImpl extends AbstractRemoteService<WebView> implements RemoteWebView
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<Iterable<WebItemView>> |
getItemsForSection(String section,
Map<String,Object> additionalContext)
Fetch web items for a section from the REST API
|
com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>> |
getPanelsForLocation(String location,
Map<String,Object> additionalContext)
Fetch web panels for a given location from the REST API
|
com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>> |
getPanelsForLocations(Collection<String> locations,
Map<String,Object> additionalContext)
Fetch web panels for given locations from the REST API
|
com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>> |
getSectionsForLocation(String location,
Map<String,Object> additionalContext)
Fetch web sections for a given location from the REST API
|
com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>> |
getSectionsForLocations(Collection<String> locations,
Map<String,Object> additionalContext)
Fetch web sections for given locations from the REST API
|
addExpansions, addPageRequest, addPageRequestParams, deleteFuture, deleteFuture, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postFuture, postFuture, postFuture, postFutureToPageResponse, putFuture
public com.atlassian.util.concurrent.Promise<Iterable<WebItemView>> getItemsForSection(String section, Map<String,Object> additionalContext)
RemoteWebView
getItemsForSection
in interface RemoteWebView
section
- the section to fetch web items foradditionalContext
- additional context to add to the request to satisfy web item conditionspublic com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>> getSectionsForLocation(String location, Map<String,Object> additionalContext)
RemoteWebView
getSectionsForLocation
in interface RemoteWebView
location
- the section to fetch web items foradditionalContext
- additional context to add to the request to satisfy web item conditionspublic com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>> getSectionsForLocations(Collection<String> locations, Map<String,Object> additionalContext)
RemoteWebView
getSectionsForLocations
in interface RemoteWebView
locations
- the locations to fetch web items foradditionalContext
- additional context to add to the request to satisfy web item conditionspublic com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>> getPanelsForLocation(String location, Map<String,Object> additionalContext)
RemoteWebView
getPanelsForLocation
in interface RemoteWebView
location
- the location to fetch web items foradditionalContext
- additional context to add to the request to satisfy web item conditionspublic com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>> getPanelsForLocations(Collection<String> locations, Map<String,Object> additionalContext)
RemoteWebView
getPanelsForLocations
in interface RemoteWebView
locations
- the locations to fetch web items foradditionalContext
- additional context to add to the request to satisfy web item conditionsCopyright © 2003–2017 Atlassian. All rights reserved.