com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>> |
RemoteWebView.getSectionsForLocation(String location,
Map<String,Object> additionalContext)
|
com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>> |
RemoteWebViewImpl.getSectionsForLocation(String location,
Map<String,Object> additionalContext)
|
CompletionStage<Iterable<WebSectionView>> |
RemoteWebView.getSectionsForLocationCompletionStage(String location,
Map<String,Object> additionalContext)
Fetch web sections for a given location from the REST API
|
CompletionStage<Iterable<WebSectionView>> |
RemoteWebViewImpl.getSectionsForLocationCompletionStage(String location,
Map<String,Object> additionalContext) |
com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>> |
RemoteWebView.getSectionsForLocations(Collection<String> locations,
Map<String,Object> additionalContext)
|
com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>> |
RemoteWebViewImpl.getSectionsForLocations(Collection<String> locations,
Map<String,Object> additionalContext)
|
CompletionStage<Iterable<WebSectionView>> |
RemoteWebView.getSectionsForLocationsCompletionStage(Collection<String> locations,
Map<String,Object> additionalContext)
Fetch web sections for given locations from the REST API
|
CompletionStage<Iterable<WebSectionView>> |
RemoteWebViewImpl.getSectionsForLocationsCompletionStage(Collection<String> locations,
Map<String,Object> additionalContext) |