Uses of Class
com.atlassian.confluence.api.service.exceptions.BadRequestException
-
Packages that use BadRequestException Package Description com.atlassian.confluence.api.impl.service.content com.atlassian.confluence.api.impl.service.content.typebinding com.atlassian.confluence.api.model.content.id com.atlassian.confluence.api.model.validation com.atlassian.confluence.api.service.content com.atlassian.confluence.content.render.xhtml com.atlassian.confluence.rest.client 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 BadRequestException Modifier and Type Method Description PageResponse<Content>
SpaceServiceImpl.SpaceContentImpl. fetchMany(ContentType type, PageRequest pageRequest)
Map<ContentType,PageResponse<Content>>
SpaceServiceImpl.SpaceContentImpl. fetchMappedByType(PageRequest pageRequest)
-
Uses of BadRequestException in com.atlassian.confluence.api.impl.service.content.typebinding
Methods in com.atlassian.confluence.api.impl.service.content.typebinding that throw BadRequestException Modifier and Type Method Description protected 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 BadRequestException Modifier and Type Method Description static ContentId
ContentId. deserialise(String id)
static JsonContentPropertyId
JsonContentPropertyId. deserialise(String id)
static ContentId
ContentId. valueOf(String id)
Don't use this method - it's just for Jersey QueryParam automatic conversion.static JsonContentPropertyId
JsonContentPropertyId. valueOf(String id)
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 BadRequestException Modifier and Type Method Description static com.atlassian.fugue.Function2<String,ValidationResult,? extends BadRequestException>
ServiceExceptionSupplier. badRequestException()
Deprecated.since 7.0.1.static 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 BadRequestException Modifier and Type Method Description PageResponse<Content>
ChildContentService.ChildContentFinder. fetchMany(ContentType type, PageRequest request)
Retrieve all content of the particular type contained in this parent.PageResponse<Content>
SpaceService.SpaceContentFinder. fetchMany(ContentType type, PageRequest request)
Retrieve all content contained in this space of the particular typeMap<ContentType,PageResponse<Content>>
ChildContentService.ChildContentFinder. fetchMappedByType(PageRequest request)
Retrieve all content contained in this parent mapped by ContentType.Map<ContentType,PageResponse<Content>>
SpaceService.SpaceContentFinder. fetchMappedByType(PageRequest request)
Retrieve all content contained in this space mapped by ContentType -
Uses of BadRequestException in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml that throw BadRequestException Modifier and Type Method Description String
DefaultFormatConverter. validateAndConvertToStorageFormat(String wysiwygContent, com.atlassian.renderer.RenderContext renderContext)
String
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 BadRequestException Modifier and Type Method Description com.atlassian.util.concurrent.Promise<ContentBody>
RemoteContentBodyConversionService. convert(ContentBody body, ContentRepresentation representation)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<ContentBody>
RemoteContentBodyConversionService. convert(ContentBody body, ContentRepresentation representation, Expansion... expansions)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<ContentBody>
RemoteContentBodyConversionServiceImpl. convert(ContentBody body, ContentRepresentation representation)
Deprecated.since 7.0.1.com.atlassian.util.concurrent.Promise<ContentBody>
RemoteContentBodyConversionServiceImpl. convert(ContentBody body, ContentRepresentation representation, Expansion... expansions)
Deprecated.since 7.0.1.CompletionStage<ContentBody>
RemoteContentBodyConversionService. convertCompletionStage(ContentBody body, ContentRepresentation representation)
Convert a ContentBody value into another format, performing validation during the conversion.CompletionStage<ContentBody>
RemoteContentBodyConversionService. convertCompletionStage(ContentBody body, ContentRepresentation representation, Expansion... expansions)
Convert a ContentBody value into another format, performing validation during the conversion.CompletionStage<ContentBody>
RemoteContentBodyConversionServiceImpl. convertCompletionStage(ContentBody body, ContentRepresentation representation)
CompletionStage<ContentBody>
RemoteContentBodyConversionServiceImpl. convertCompletionStage(ContentBody body, ContentRepresentation representation, Expansion... expansions)
-