Uses of Class
com.atlassian.confluence.api.model.web.WebSectionView
Packages that use WebSectionView
Package
Description
-
Uses of WebSectionView in com.atlassian.confluence.api.model.web
Methods in com.atlassian.confluence.api.model.web that return WebSectionViewModifier and TypeMethodDescription -
Uses of WebSectionView in com.atlassian.confluence.api.service.web
Methods in com.atlassian.confluence.api.service.web that return types with arguments of type WebSectionViewModifier and TypeMethodDescriptionWebView.getSectionsForLocation
(String location, Map<String, Object> additionalContext) WebView.getSectionsForLocations
(Collection<String> locations, Map<String, Object> additionalContext) -
Uses of WebSectionView in com.atlassian.confluence.api.testsupport.model.web
Subclasses of WebSectionView in com.atlassian.confluence.api.testsupport.model.webMethods in com.atlassian.confluence.api.testsupport.model.web that return WebSectionViewConstructors in com.atlassian.confluence.api.testsupport.model.web with parameters of type WebSectionViewModifierConstructorDescriptionWebSectionViewWithColour
(String colour, WebSectionView webSectionView) -
Uses of WebSectionView in com.atlassian.confluence.plugins.restapi.experimental.resources
Methods in com.atlassian.confluence.plugins.restapi.experimental.resources that return types with arguments of type WebSectionView -
Uses of WebSectionView in com.atlassian.confluence.plugins.soy
Methods in com.atlassian.confluence.plugins.soy that return types with arguments of type WebSectionViewModifier and TypeMethodDescription -
Uses of WebSectionView in com.atlassian.confluence.rest.client.remoteservice.webfragment
Methods in com.atlassian.confluence.rest.client.remoteservice.webfragment that return types with arguments of type WebSectionViewModifier and TypeMethodDescriptionRemoteWebView.getSectionsForLocationCompletionStage
(String location, Map<String, Object> additionalContext) Fetch web sections for a given location from the REST APIRemoteWebViewImpl.getSectionsForLocationCompletionStage
(String location, Map<String, Object> additionalContext) RemoteWebView.getSectionsForLocationsCompletionStage
(Collection<String> locations, Map<String, Object> additionalContext) Fetch web sections for given locations from the REST APIRemoteWebViewImpl.getSectionsForLocationsCompletionStage
(Collection<String> locations, Map<String, Object> additionalContext) -
Uses of WebSectionView 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 WebSectionViewModifier and TypeMethodDescriptionGraphQLRemoteWebViewImpl.getSectionsForLocationCompletionStage
(String location, Map<String, Object> additionalContext) GraphQLRemoteWebViewImpl.getSectionsForLocationsCompletionStage
(Collection<String> locations, Map<String, Object> additionalContext)