com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>> |
RemoteWebViewImpl.getPanelsForLocation(String location,
Map<String,Object> additionalContext)
|
com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>> |
RemoteWebView.getPanelsForLocation(String location,
Map<String,Object> additionalContext)
|
CompletionStage<Iterable<WebPanelView>> |
RemoteWebViewImpl.getPanelsForLocationCompletionStage(String location,
Map<String,Object> additionalContext) |
CompletionStage<Iterable<WebPanelView>> |
RemoteWebView.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>> |
RemoteWebViewImpl.getPanelsForLocations(Collection<String> locations,
Map<String,Object> additionalContext)
|
com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>> |
RemoteWebView.getPanelsForLocations(Collection<String> locations,
Map<String,Object> additionalContext)
|
CompletionStage<Iterable<WebPanelView>> |
RemoteWebViewImpl.getPanelsForLocationsCompletionStage(Collection<String> locations,
Map<String,Object> additionalContext) |
CompletionStage<Iterable<WebPanelView>> |
RemoteWebView.getPanelsForLocationsCompletionStage(Collection<String> locations,
Map<String,Object> additionalContext)
Fetch web panels for given locations from the REST API
|