Uses of Class
com.atlassian.confluence.api.service.exceptions.BadRequestException
Packages that use BadRequestException
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of BadRequestException in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that throw BadRequestExceptionModifier and TypeMethodDescriptionSpaceServiceImpl.SpaceContentImpl.fetchMany
(ContentType type, PageRequest pageRequest) SpaceServiceImpl.SpaceContentImpl.fetchMappedByType
(PageRequest pageRequest) LabelServiceImpl.getRelatedLabels
(String labelName, int maxCount) -
Uses of BadRequestException in com.atlassian.confluence.api.impl.service.content.typebinding
Methods in com.atlassian.confluence.api.impl.service.content.typebinding that throw BadRequestExceptionModifier and TypeMethodDescriptionprotected void
CommentContentTypeApiSupport.execute
(ServiceCommand command) -
Uses of BadRequestException in com.atlassian.confluence.api.model.content.id
Methods in com.atlassian.confluence.api.model.content.id that throw BadRequestExceptionModifier and TypeMethodDescriptionstatic ContentId
ContentId.deserialise
(String id) static JsonContentPropertyId
JsonContentPropertyId.deserialise
(String id) static ContentId
Don't use this method - it's just for Jersey QueryParam automatic conversion.static JsonContentPropertyId
Deprecated.since 5.6 Don't use. -
Uses of BadRequestException in com.atlassian.confluence.api.model.validation
Methods in com.atlassian.confluence.api.model.validation that return types with arguments of type BadRequestExceptionModifier and TypeMethodDescriptionstatic BiFunction<String,
ValidationResult, ? extends BadRequestException> ServiceExceptionSupplier.badRequestExceptionSupplier()
-
Uses of BadRequestException in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that throw BadRequestExceptionModifier and TypeMethodDescriptionChildContentService.ChildContentFinder.fetchMany
(ContentType type, PageRequest request) Retrieve all content of the particular type contained in this parent.SpaceService.SpaceContentFinder.fetchMany
(ContentType type, PageRequest request) Retrieve all content contained in this space of the particular typeChildContentService.ChildContentFinder.fetchMappedByType
(PageRequest request) Retrieve all content contained in this parent mapped by ContentType.SpaceService.SpaceContentFinder.fetchMappedByType
(PageRequest request) Retrieve all content contained in this space mapped by ContentTypeLabelService.getRelatedLabels
(String labelName, int maxCount) Returns the labels related to the given label name, with a specified maximum number of results. -
Uses of BadRequestException in com.atlassian.confluence.backuprestore
Methods in com.atlassian.confluence.backuprestore that throw BadRequestException -
Uses of BadRequestException in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml that throw BadRequestExceptionModifier and TypeMethodDescriptionDefaultFormatConverter.validateAndConvertToStorageFormat
(String wysiwygContent, com.atlassian.renderer.RenderContext renderContext) FormatConverter.validateAndConvertToStorageFormat
(String wysiwygContent, com.atlassian.renderer.RenderContext renderContext) Validates, throwing exceptions if failures found. -
Uses of BadRequestException in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that throw BadRequestExceptionModifier and TypeMethodDescriptionRemoteContentBodyConversionService.convertCompletionStage
(ContentBody body, ContentRepresentation representation) Convert a ContentBody value into another format, performing validation during the conversion.RemoteContentBodyConversionService.convertCompletionStage
(ContentBody body, ContentRepresentation representation, Expansion... expansions) Convert a ContentBody value into another format, performing validation during the conversion.RemoteContentBodyConversionServiceImpl.convertCompletionStage
(ContentBody body, ContentRepresentation representation) RemoteContentBodyConversionServiceImpl.convertCompletionStage
(ContentBody body, ContentRepresentation representation, Expansion... expansions) RemoteLabelService.getRelatedLabelsCompletionStage
(String labelName, int maxCount) Returns the labels related to the given label name, with a specified maximum number of results.RemoteLabelServiceImpl.getRelatedLabelsCompletionStage
(String labelName, int maxCount)