Uses of Class
com.atlassian.confluence.api.service.exceptions.BadRequestException

Packages that use BadRequestException
com.atlassian.confluence.api   
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.model.content.id   
com.atlassian.confluence.api.service.content   
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.rest.client   
 

Uses of BadRequestException in com.atlassian.confluence.api
 

Methods in com.atlassian.confluence.api that throw BadRequestException
 void RemoteContentServiceAcceptanceTest.testContentServiceDoesNotReturnHistoricalVersions()
           
 

Uses of BadRequestException in com.atlassian.confluence.api.impl.service.content
 

Methods in com.atlassian.confluence.api.impl.service.content that throw BadRequestException
 PageResponse<Content> SpaceServiceImpl.SpaceContentImpl.fetchMany(ContentType type, PageRequest pageRequest)
           
 java.util.Map<ContentType,PageResponse<Content>> SpaceServiceImpl.SpaceContentImpl.fetchMappedByType(PageRequest pageRequest)
           
 

Uses of BadRequestException in com.atlassian.confluence.api.model.content.id
 

Methods in com.atlassian.confluence.api.model.content.id that throw BadRequestException
static JsonContentPropertyId JsonContentPropertyId.deserialise(java.lang.String id)
           
static ContentId ContentId.deserialise(java.lang.String id)
           
static JsonContentPropertyId JsonContentPropertyId.valueOf(java.lang.String id)
          Deprecated. Don't use. Use JsonContentPropertyId.deserialise(String) instead.
static ContentId ContentId.valueOf(java.lang.String id)
          Don't use this method - it's just for Jersey QueryParam automatic conversion.
 

Uses of BadRequestException in com.atlassian.confluence.api.service.content
 

Methods in com.atlassian.confluence.api.service.content that throw BadRequestException
 PageResponse<Content> SpaceService.SpaceContentFinder.fetchMany(ContentType type, PageRequest request)
          Retrieve all content contained in this space of the particular type
 PageResponse<Content> ChildContentService.ChildContentFinder.fetchMany(ContentType type, PageRequest request)
          Retrieve all content of the particular type contained in this parent.
 PageResponse<JsonContentProperty> ContentPropertyService.ContentPropertyFetcher.fetchMany(PageRequest request)
           
 java.util.Map<ContentType,PageResponse<Content>> SpaceService.SpaceContentFinder.fetchMappedByType(PageRequest request)
          Retrieve all content contained in this space mapped by ContentType
 java.util.Map<ContentType,PageResponse<Content>> ChildContentService.ChildContentFinder.fetchMappedByType(PageRequest request)
          Retrieve all content contained in this parent mapped by ContentType.
 com.atlassian.fugue.Option<JsonContentProperty> ContentPropertyService.SingleContentPropertyFetcher.fetchOne()
           
 JsonContentProperty ContentPropertyService.SingleContentPropertyFetcher.fetchOneOrNull()
           
 

Uses of BadRequestException in com.atlassian.confluence.content.render.xhtml
 

Methods in com.atlassian.confluence.content.render.xhtml that throw BadRequestException
 java.lang.String FormatConverter.validateAndConvertToStorageFormat(java.lang.String wysiwygContent, com.atlassian.renderer.RenderContext renderContext)
          Validates, throwing exceptions if failures found.
 java.lang.String DefaultFormatConverter.validateAndConvertToStorageFormat(java.lang.String wysiwygContent, com.atlassian.renderer.RenderContext renderContext)
           
 

Uses of BadRequestException in com.atlassian.confluence.rest.client
 

Methods in com.atlassian.confluence.rest.client that throw BadRequestException
 com.atlassian.util.concurrent.Promise<ContentBody> RemoteContentBodyConversionServiceImpl.convert(ContentBody body, ContentRepresentation representation)
           
 com.atlassian.util.concurrent.Promise<ContentBody> RemoteContentBodyConversionService.convert(ContentBody body, ContentRepresentation representation)
          Convert a ContentBody value into another format, performing validation during the conversion.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.