Uses of Class
com.atlassian.confluence.api.model.web.WebItemView
-
-
Uses of WebItemView in com.atlassian.confluence.api.model.web
Methods in com.atlassian.confluence.api.model.web that return WebItemView Modifier and Type Method Description WebItemView
WebItemView.Builder. build()
WebItemView
WebItemView.Builder. create(String key, String url, String label, int weight)
Methods in com.atlassian.confluence.api.model.web that return types with arguments of type WebItemView Modifier and Type Method Description Iterable<WebItemView>
WebSectionView. getLinks()
Methods in com.atlassian.confluence.api.model.web with parameters of type WebItemView Modifier and Type Method Description WebSectionView.Builder
WebSectionView.Builder. addItems(WebItemView... items)
Method parameters in com.atlassian.confluence.api.model.web with type arguments of type WebItemView Modifier and Type Method Description WebSectionView.Builder
WebSectionView.Builder. addItems(Iterable<WebItemView> items)
-
Uses of WebItemView in com.atlassian.confluence.api.service.web
Methods in com.atlassian.confluence.api.service.web that return types with arguments of type WebItemView Modifier and Type Method Description Iterable<WebItemView>
WebView. getItemsForSection(String section, Map<String,Object> additionalContext)
-
Uses of WebItemView in com.atlassian.confluence.plugins.restapi.experimental.resources
Methods in com.atlassian.confluence.plugins.restapi.experimental.resources that return types with arguments of type WebItemView Modifier and Type Method Description Iterable<WebItemView>
WebFragmentResource. items(String location, String section, String key, ContentId contentId)
Fetch web items for the given section and location. -
Uses of WebItemView in com.atlassian.confluence.plugins.soy
Methods in com.atlassian.confluence.plugins.soy that return types with arguments of type WebItemView Modifier and Type Method Description Iterable<WebItemView>
ItemsForSectionFunction. apply(Object... args)
-
Uses of WebItemView in com.atlassian.confluence.rest.client.remoteservice.webfragment
Methods in com.atlassian.confluence.rest.client.remoteservice.webfragment that return types with arguments of type WebItemView Modifier and Type Method Description com.atlassian.util.concurrent.Promise<Iterable<WebItemView>>
RemoteWebView. getItemsForSection(String section, Map<String,Object> additionalContext)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Iterable<WebItemView>>
RemoteWebViewImpl. getItemsForSection(String section, Map<String,Object> additionalContext)
Deprecated.since 7.0.1.CompletionStage<Iterable<WebItemView>>
RemoteWebView. getItemsForSectionCompletionStage(String section, Map<String,Object> additionalContext)
Fetch web items for a section from the REST APICompletionStage<Iterable<WebItemView>>
RemoteWebViewImpl. getItemsForSectionCompletionStage(String section, Map<String,Object> additionalContext)
-
Uses of WebItemView in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql
Methods in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql that return types with arguments of type WebItemView Modifier and Type Method Description com.atlassian.util.concurrent.Promise<Iterable<WebItemView>>
GraphQLRemoteWebViewImpl. getItemsForSection(String section, Map<String,Object> additionalContext)
Deprecated.since 7.0.1.CompletionStage<Iterable<WebItemView>>
GraphQLRemoteWebViewImpl. getItemsForSectionCompletionStage(String section, Map<String,Object> additionalContext)
-