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) LabelServiceImpl.getRelatedLabels(String labelName, PageRequest pageRequest) -
Uses of BadRequestException in com.atlassian.confluence.api.impl.service.content.finder
Methods in com.atlassian.confluence.api.impl.service.content.finder that throw BadRequestExceptionModifier and TypeMethodDescriptionAttachmentFetcher.fetch(LimitedRequest request) BlogPostFetcher.fetch(LimitedRequest request) CommentFetcher.fetch(LimitedRequest request) ContentFetcher.fetch(LimitedRequest request) PageFetcher.fetch(LimitedRequest request) -
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 voidCommentContentTypeApiSupport.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 ContentIdContentId.deserialise(String id) static JsonContentPropertyIdJsonContentPropertyId.deserialise(String id) static ContentIdDon't use this method - it's just for Jersey QueryParam automatic conversion.static JsonContentPropertyIdDeprecated.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) Deprecated.since 9.3.0, useLabelService.getRelatedLabels(String, PageRequest)instead.LabelService.getRelatedLabels(String labelName, PageRequest pageRequest) 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)