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.
|
Modifier and Type | Method and Description |
---|---|
PageResponse<Content> |
SpaceServiceImpl.SpaceContentImpl.fetchMany(ContentType type,
PageRequest pageRequest) |
Map<ContentType,PageResponse<Content>> |
SpaceServiceImpl.SpaceContentImpl.fetchMappedByType(PageRequest pageRequest) |
Modifier and Type | Method and Description |
---|---|
protected void |
CommentContentTypeApiSupport.execute(ServiceCommand command) |
Modifier and Type | Method and Description |
---|---|
static JsonContentPropertyId |
JsonContentPropertyId.deserialise(String id) |
static ContentId |
ContentId.deserialise(String id) |
static JsonContentPropertyId |
JsonContentPropertyId.valueOf(String id)
Deprecated.
since 5.6 Don't use. Use
JsonContentPropertyId.deserialise(String) instead. |
static ContentId |
ContentId.valueOf(String id)
Don't use this method - it's just for Jersey QueryParam automatic conversion.
|
Modifier and Type | Method and Description |
---|---|
static com.atlassian.fugue.Function2<String,ValidationResult,? extends BadRequestException> |
ServiceExceptionSupplier.badRequestException()
Deprecated.
since 7.0.1. Use
ServiceExceptionSupplier.badRequestExceptionSupplier() |
static BiFunction<String,ValidationResult,? extends BadRequestException> |
ServiceExceptionSupplier.badRequestExceptionSupplier() |
Modifier and Type | Method and 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 type
|
Map<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
|
Modifier and Type | Method and Description |
---|---|
String |
FormatConverter.validateAndConvertToStorageFormat(String wysiwygContent,
com.atlassian.renderer.RenderContext renderContext)
Validates, throwing exceptions if failures found.
|
String |
DefaultFormatConverter.validateAndConvertToStorageFormat(String wysiwygContent,
com.atlassian.renderer.RenderContext renderContext) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionServiceImpl.convert(ContentBody body,
ContentRepresentation representation)
Deprecated.
since 7.0.1. Use
RemoteContentBodyConversionServiceImpl.convertCompletionStage(ContentBody, ContentRepresentation) instead. |
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionService.convert(ContentBody body,
ContentRepresentation representation)
Deprecated.
since 7.0.1. Use
RemoteContentBodyConversionService.convertCompletionStage(ContentBody, ContentRepresentation) instead. |
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionServiceImpl.convert(ContentBody body,
ContentRepresentation representation,
Expansion... expansions)
Deprecated.
|
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionService.convert(ContentBody body,
ContentRepresentation representation,
Expansion... expansions)
Deprecated.
|
CompletionStage<ContentBody> |
RemoteContentBodyConversionServiceImpl.convertCompletionStage(ContentBody body,
ContentRepresentation representation) |
CompletionStage<ContentBody> |
RemoteContentBodyConversionService.convertCompletionStage(ContentBody body,
ContentRepresentation representation)
Convert a ContentBody value into another format, performing validation during the conversion.
|
CompletionStage<ContentBody> |
RemoteContentBodyConversionServiceImpl.convertCompletionStage(ContentBody body,
ContentRepresentation representation,
Expansion... expansions) |
CompletionStage<ContentBody> |
RemoteContentBodyConversionService.convertCompletionStage(ContentBody body,
ContentRepresentation representation,
Expansion... expansions)
Convert a ContentBody value into another format, performing validation during the conversion.
|
Copyright © 2003–2020 Atlassian. All rights reserved.