Uses of Class
com.atlassian.confluence.api.model.web.WebItemView
Packages that use WebItemView
Package
Description
-
Uses of WebItemView in com.atlassian.confluence.api.model.web
Methods in com.atlassian.confluence.api.model.web that return WebItemViewMethods in com.atlassian.confluence.api.model.web that return types with arguments of type WebItemViewMethods in com.atlassian.confluence.api.model.web with parameters of type WebItemViewMethod parameters in com.atlassian.confluence.api.model.web with type arguments of type WebItemViewConstructor parameters in com.atlassian.confluence.api.model.web with type arguments of type WebItemViewModifierConstructorDescriptionprotected
WebSectionView
(String id, String label, List<WebItemView> items, String styleClass) -
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 WebItemViewModifier and TypeMethodDescriptionWebView.getItemsForSection
(String section, Map<String, Object> additionalContext) -
Uses of WebItemView in com.atlassian.confluence.api.testsupport.model.web
Constructor parameters in com.atlassian.confluence.api.testsupport.model.web with type arguments of type WebItemViewModifierConstructorDescriptionExtendedWebSectionView
(String id, String label, List<WebItemView> items, String styleClass, String colour) -
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 -
Uses of WebItemView in com.atlassian.confluence.plugins.soy
Methods in com.atlassian.confluence.plugins.soy that return types with arguments of type WebItemViewModifier and TypeMethodDescription -
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 WebItemViewModifier and TypeMethodDescriptionRemoteWebView.getItemsForSectionCompletionStage
(String section, Map<String, Object> additionalContext) Fetch web items for a section from the REST APIRemoteWebViewImpl.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 WebItemViewModifier and TypeMethodDescriptionGraphQLRemoteWebViewImpl.getItemsForSectionCompletionStage
(String section, Map<String, Object> additionalContext)