public interface RemoteWebView
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<Iterable<WebItemView>> |
getItemsForSection(String section,
Map<String,Object> additionalContext)
Deprecated.
since 7.0.1. Use
getItemsForSectionCompletionStage(String, Map) instead. |
CompletionStage<Iterable<WebItemView>> |
getItemsForSectionCompletionStage(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)
Deprecated.
since 7.0.1. Use
getPanelsForLocationCompletionStage(String, Map) instead. |
CompletionStage<Iterable<WebPanelView>> |
getPanelsForLocationCompletionStage(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)
Deprecated.
since 7.0.1. Use
getPanelsForLocationsCompletionStage(Collection, Map) instead. |
CompletionStage<Iterable<WebPanelView>> |
getPanelsForLocationsCompletionStage(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)
Deprecated.
since 7.0.1. Use
getSectionsForLocationCompletionStage(String, Map) instead. |
CompletionStage<Iterable<WebSectionView>> |
getSectionsForLocationCompletionStage(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)
Deprecated.
since 7.0.1. Use
getSectionsForLocationsCompletionStage(Collection, Map) instead. |
CompletionStage<Iterable<WebSectionView>> |
getSectionsForLocationsCompletionStage(Collection<String> locations,
Map<String,Object> additionalContext)
Fetch web sections for given locations from the REST API
|
@Deprecated com.atlassian.util.concurrent.Promise<Iterable<WebItemView>> getItemsForSection(String section, Map<String,Object> additionalContext)
getItemsForSectionCompletionStage(String, Map)
instead.@Deprecated com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>> getSectionsForLocation(String location, Map<String,Object> additionalContext)
getSectionsForLocationCompletionStage(String, Map)
instead.location
- the section to fetch web items foradditionalContext
- additional context to add to the request to satisfy web item conditions@Deprecated com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>> getSectionsForLocations(Collection<String> locations, Map<String,Object> additionalContext)
getSectionsForLocationsCompletionStage(Collection, Map)
instead.locations
- the locations to fetch web items foradditionalContext
- additional context to add to the request to satisfy web item conditions@Deprecated com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>> getPanelsForLocation(String location, Map<String,Object> additionalContext)
getPanelsForLocationCompletionStage(String, Map)
instead.location
- the location to fetch web items foradditionalContext
- additional context to add to the request to satisfy web item conditions@Deprecated com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>> getPanelsForLocations(Collection<String> locations, Map<String,Object> additionalContext)
getPanelsForLocationsCompletionStage(Collection, Map)
instead.locations
- the locations to fetch web items foradditionalContext
- additional context to add to the request to satisfy web item conditionsCompletionStage<Iterable<WebItemView>> getItemsForSectionCompletionStage(String section, Map<String,Object> additionalContext)
section
- the section to fetch web items foradditionalContext
- additional context to add to the request to satisfy web item conditionsCompletionStage<Iterable<WebSectionView>> getSectionsForLocationCompletionStage(String location, Map<String,Object> additionalContext)
location
- the section to fetch web items foradditionalContext
- additional context to add to the request to satisfy web item conditionsCompletionStage<Iterable<WebSectionView>> getSectionsForLocationsCompletionStage(Collection<String> locations, Map<String,Object> additionalContext)
locations
- the locations to fetch web items foradditionalContext
- additional context to add to the request to satisfy web item conditionsCompletionStage<Iterable<WebPanelView>> getPanelsForLocationCompletionStage(String location, Map<String,Object> additionalContext)
location
- the location to fetch web items foradditionalContext
- additional context to add to the request to satisfy web item conditionsCompletionStage<Iterable<WebPanelView>> getPanelsForLocationsCompletionStage(Collection<String> locations, Map<String,Object> additionalContext)
locations
- the locations to fetch web items foradditionalContext
- additional context to add to the request to satisfy web item conditionsCopyright © 2003–2020 Atlassian. All rights reserved.