Uses of Class
com.atlassian.confluence.api.model.web.WebPanelView
Packages that use WebPanelView
Package
Description
-
Uses of WebPanelView in com.atlassian.confluence.api.model.web
Methods in com.atlassian.confluence.api.model.web that return WebPanelView -
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 WebPanelViewModifier and TypeMethodDescriptionWebView.getPanelsForLocation
(String location, Map<String, Object> additionalContext) WebView.getPanelsForLocations
(Collection<String> locations, Map<String, Object> additionalContext) -
Uses of WebPanelView in com.atlassian.confluence.api.testsupport.model.web
Subclasses of WebPanelView in com.atlassian.confluence.api.testsupport.model.webMethods in com.atlassian.confluence.api.testsupport.model.web that return WebPanelViewConstructors in com.atlassian.confluence.api.testsupport.model.web with parameters of type WebPanelView -
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 -
Uses of WebPanelView in com.atlassian.confluence.plugins.soy
Methods in com.atlassian.confluence.plugins.soy that return types with arguments of type WebPanelViewModifier and TypeMethodDescription -
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 WebPanelViewModifier and TypeMethodDescriptionRemoteWebView.getPanelsForLocationCompletionStage
(String location, Map<String, Object> additionalContext) Fetch web panels for a given location from the REST APIRemoteWebViewImpl.getPanelsForLocationCompletionStage
(String location, Map<String, Object> additionalContext) RemoteWebView.getPanelsForLocationsCompletionStage
(Collection<String> locations, Map<String, Object> additionalContext) Fetch web panels for given locations from the REST APIRemoteWebViewImpl.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 WebPanelViewModifier and TypeMethodDescriptionGraphQLRemoteWebViewImpl.getPanelsForLocationCompletionStage
(String location, Map<String, Object> additionalContext) GraphQLRemoteWebViewImpl.getPanelsForLocationsCompletionStage
(Collection<String> locations, Map<String, Object> additionalContext)