Uses of Class
com.atlassian.confluence.api.model.web.WebPanelView
-
-
Uses of WebPanelView in com.atlassian.confluence.api.model.web
Methods in com.atlassian.confluence.api.model.web that return WebPanelView Modifier and Type Method Description WebPanelViewWebPanelView.Builder. create(String html) -
Uses of WebPanelView in com.atlassian.confluence.api.service.web
Methods in com.atlassian.confluence.api.service.web that return types with arguments of type WebPanelView Modifier and Type Method Description Iterable<WebPanelView>WebView. getPanelsForLocation(String location, Map<String,Object> additionalContext)Iterable<WebPanelView>WebView. getPanelsForLocations(Collection<String> locations, Map<String,Object> additionalContext) -
Uses of WebPanelView in com.atlassian.confluence.plugins.restapi.experimental.resources
Methods in com.atlassian.confluence.plugins.restapi.experimental.resources that return types with arguments of type WebPanelView Modifier and Type Method Description Iterable<WebPanelView>WebFragmentResource. panels(String location, List<String> locations, ContentId contentId, String key)Fetch web panels for the given location.Iterable<WebPanelView>WebFragmentResource. panels(SortedSet<String> locations, ContentId contentId)Fetch web panels for the given locations. -
Uses of WebPanelView in com.atlassian.confluence.plugins.soy
Methods in com.atlassian.confluence.plugins.soy that return types with arguments of type WebPanelView Modifier and Type Method Description Iterable<WebPanelView>PanelsForLocationFunction. apply(Object... args) -
Uses of WebPanelView in com.atlassian.confluence.rest.client.remoteservice.webfragment
Methods in com.atlassian.confluence.rest.client.remoteservice.webfragment that return types with arguments of type WebPanelView Modifier and Type Method Description com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>>RemoteWebView. getPanelsForLocation(String location, Map<String,Object> additionalContext)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>>RemoteWebViewImpl. getPanelsForLocation(String location, Map<String,Object> additionalContext)Deprecated.since 7.0.1.CompletionStage<Iterable<WebPanelView>>RemoteWebView. getPanelsForLocationCompletionStage(String location, Map<String,Object> additionalContext)Fetch web panels for a given location from the REST APICompletionStage<Iterable<WebPanelView>>RemoteWebViewImpl. getPanelsForLocationCompletionStage(String location, Map<String,Object> additionalContext)com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>>RemoteWebView. getPanelsForLocations(Collection<String> locations, Map<String,Object> additionalContext)Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>>RemoteWebViewImpl. getPanelsForLocations(Collection<String> locations, Map<String,Object> additionalContext)Deprecated.since 7.0.1.CompletionStage<Iterable<WebPanelView>>RemoteWebView. getPanelsForLocationsCompletionStage(Collection<String> locations, Map<String,Object> additionalContext)Fetch web panels for given locations from the REST APICompletionStage<Iterable<WebPanelView>>RemoteWebViewImpl. getPanelsForLocationsCompletionStage(Collection<String> locations, Map<String,Object> additionalContext) -
Uses of WebPanelView 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 WebPanelView Modifier and Type Method Description com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>>GraphQLRemoteWebViewImpl. getPanelsForLocation(String location, Map<String,Object> additionalContext)Deprecated.since 7.0.1.CompletionStage<Iterable<WebPanelView>>GraphQLRemoteWebViewImpl. getPanelsForLocationCompletionStage(String location, Map<String,Object> additionalContext)com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>>GraphQLRemoteWebViewImpl. getPanelsForLocations(Collection<String> locations, Map<String,Object> additionalContext)Deprecated.since 7.0.1.CompletionStage<Iterable<WebPanelView>>GraphQLRemoteWebViewImpl. getPanelsForLocationsCompletionStage(Collection<String> locations, Map<String,Object> additionalContext)
-