Uses of Class
com.atlassian.confluence.api.model.web.WebSectionView
-
-
Uses of WebSectionView in com.atlassian.confluence.api.model.web
Methods in com.atlassian.confluence.api.model.web that return WebSectionView Modifier and Type Method Description WebSectionView
WebSectionView.Builder. create(String id, String label)
-
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 WebSectionView Modifier and Type Method Description Iterable<WebSectionView>
WebView. getSectionsForLocation(String location, Map<String,Object> additionalContext)
Iterable<WebSectionView>
WebView. getSectionsForLocations(Collection<String> locations, Map<String,Object> additionalContext)
-
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 Modifier and Type Method Description Iterable<WebSectionView>
WebFragmentResource. sections(String location, List<String> locations, String key, ContentId contentId)
Fetch the websections at the given location.Iterable<WebSectionView>
WebFragmentResource. sections(SortedSet locations, String key, ContentId contentId)
Fetch the websections at the given locations. -
Uses of WebSectionView in com.atlassian.confluence.plugins.soy
Methods in com.atlassian.confluence.plugins.soy that return types with arguments of type WebSectionView Modifier and Type Method Description Iterable<WebSectionView>
SectionsForLocationFunction. apply(Object... args)
-
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 WebSectionView Modifier and Type Method Description com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>>
RemoteWebView. getSectionsForLocation(String location, Map<String,Object> additionalContext)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>>
RemoteWebViewImpl. getSectionsForLocation(String location, Map<String,Object> additionalContext)
Deprecated.since 7.0.1.CompletionStage<Iterable<WebSectionView>>
RemoteWebView. getSectionsForLocationCompletionStage(String location, Map<String,Object> additionalContext)
Fetch web sections for a given location from the REST APICompletionStage<Iterable<WebSectionView>>
RemoteWebViewImpl. getSectionsForLocationCompletionStage(String location, Map<String,Object> additionalContext)
com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>>
RemoteWebView. getSectionsForLocations(Collection<String> locations, Map<String,Object> additionalContext)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>>
RemoteWebViewImpl. getSectionsForLocations(Collection<String> locations, Map<String,Object> additionalContext)
Deprecated.since 7.0.1.CompletionStage<Iterable<WebSectionView>>
RemoteWebView. getSectionsForLocationsCompletionStage(Collection<String> locations, Map<String,Object> additionalContext)
Fetch web sections for given locations from the REST APICompletionStage<Iterable<WebSectionView>>
RemoteWebViewImpl. 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 WebSectionView Modifier and Type Method Description com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>>
GraphQLRemoteWebViewImpl. getSectionsForLocation(String location, Map<String,Object> additionalContext)
Deprecated.since 7.0.1.CompletionStage<Iterable<WebSectionView>>
GraphQLRemoteWebViewImpl. getSectionsForLocationCompletionStage(String location, Map<String,Object> additionalContext)
com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>>
GraphQLRemoteWebViewImpl. getSectionsForLocations(Collection<String> locations, Map<String,Object> additionalContext)
Deprecated.since 7.0.1.CompletionStage<Iterable<WebSectionView>>
GraphQLRemoteWebViewImpl. getSectionsForLocationsCompletionStage(Collection<String> locations, Map<String,Object> additionalContext)
-