Modifier and Type | Method and Description |
---|---|
WebItemView |
WebItemView.Builder.build() |
WebItemView |
WebItemView.Builder.create(String key,
String url,
String label,
int weight) |
Modifier and Type | Method and Description |
---|---|
Iterable<WebItemView> |
WebSectionView.getLinks() |
Modifier and Type | Method and Description |
---|---|
WebSectionView.Builder |
WebSectionView.Builder.addItems(WebItemView... items) |
Modifier and Type | Method and Description |
---|---|
WebSectionView.Builder |
WebSectionView.Builder.addItems(Iterable<WebItemView> items) |
Modifier and Type | Method and Description |
---|---|
Iterable<WebItemView> |
WebView.getItemsForSection(String section,
Map<String,Object> additionalContext) |
Modifier and Type | Method and Description |
---|---|
Iterable<WebItemView> |
WebFragmentResource.items(String location,
String section,
String key,
ContentId contentId)
Fetch web items for the given section and location.
|
Modifier and Type | Method and Description |
---|---|
Iterable<WebItemView> |
ItemsForSectionFunction.apply(Object... args) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<Iterable<WebItemView>> |
RemoteWebViewImpl.getItemsForSection(String section,
Map<String,Object> additionalContext)
Deprecated.
since 7.0.1. Use
RemoteWebViewImpl.getItemsForSectionCompletionStage(String, Map) instead. |
com.atlassian.util.concurrent.Promise<Iterable<WebItemView>> |
RemoteWebView.getItemsForSection(String section,
Map<String,Object> additionalContext)
Deprecated.
since 7.0.1. Use
RemoteWebView.getItemsForSectionCompletionStage(String, Map) instead. |
CompletionStage<Iterable<WebItemView>> |
RemoteWebViewImpl.getItemsForSectionCompletionStage(String section,
Map<String,Object> additionalContext) |
CompletionStage<Iterable<WebItemView>> |
RemoteWebView.getItemsForSectionCompletionStage(String section,
Map<String,Object> additionalContext)
Fetch web items for a section from the REST API
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<Iterable<WebItemView>> |
GraphQLRemoteWebViewImpl.getItemsForSection(String section,
Map<String,Object> additionalContext)
Deprecated.
since 7.0.1. Use
GraphQLRemoteWebViewImpl.getItemsForSectionCompletionStage(String, Map) instead. |
CompletionStage<Iterable<WebItemView>> |
GraphQLRemoteWebViewImpl.getItemsForSectionCompletionStage(String section,
Map<String,Object> additionalContext) |
Copyright © 2003–2020 Atlassian. All rights reserved.