| Modifier and Type | Method and Description |
|---|---|
ContentBody |
ContentBodyConversionServiceImpl.convert(ContentBody body,
ContentRepresentation toFormat) |
ContentBody |
ContentBodyConversionServiceImpl.convert(ContentBody body,
ContentRepresentation representation,
Expansion... expansions) |
ContentBody |
ContentBodyConversionServiceImpl.convertBody(Content content,
ContentRepresentation toFormat) |
ContentBody |
ContentBodyConversionServiceImpl.convertBody(Content content,
ContentRepresentation toFormat,
Expansion... expansions) |
ContentBody |
ContentBodyConversionServiceImpl.convertWithContext(ContentBody body,
ContentRepresentation representation,
ContentBodyConversionContext contentBodyConversionContext,
Expansion... expansions) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<ContentBody> |
ContentBodyConversionServiceImpl.getBodyToConvert(Content content,
ContentRepresentation toFormat) |
static com.atlassian.fugue.Option<ContentBody> |
ContentBodyConversionServiceImpl.getBodyToConvertFromContent(Content content,
ContentRepresentation toFormat) |
| Modifier and Type | Method and Description |
|---|---|
ContentBody |
ContentBodyConversionServiceImpl.convert(ContentBody body,
ContentRepresentation toFormat) |
ContentBodyConversionResult |
ContentBodyConversionManagerImpl.convert(ContentBody contentBody,
ContentRepresentation toFormat,
ContentBodyConversionContext contentBodyConversionContext,
Expansion... expansions) |
ContentBodyConversionResult |
ContentBodyConversionManager.convert(ContentBody contentBody,
ContentRepresentation toFormat,
ContentBodyConversionContext contentBodyConversionContext,
Expansion... expansions) |
ContentBody |
ContentBodyConversionServiceImpl.convert(ContentBody body,
ContentRepresentation representation,
Expansion... expansions) |
ContentBody |
ContentBodyConversionServiceImpl.convertWithContext(ContentBody body,
ContentRepresentation representation,
ContentBodyConversionContext contentBodyConversionContext,
Expansion... expansions) |
| Modifier and Type | Method and Description |
|---|---|
ContentBody |
ContentBodyFactory.build(ContentEntityObject ceo,
BodyContent bodyContent,
ContentRepresentation representation) |
| Modifier and Type | Method and Description |
|---|---|
Map<ContentRepresentation,ContentBody> |
ContentBodyFactory.makeContentBodies(ContentEntityObject ceo,
BodyContent bodyContent,
ContentBodyConversionContext contentBodyConversionContext,
Expansions expansions,
ContentModelFactory contentFactory) |
| Modifier and Type | Method and Description |
|---|---|
ContentBody |
ContentBody.ContentBodyBuilder.build() |
static ContentBody |
ContentBody.emptyBody(ContentRepresentation representation,
Reference<Content> contentReference) |
| Modifier and Type | Method and Description |
|---|---|
Map<ContentRepresentation,ContentBody> |
Content.getBody() |
| Modifier and Type | Method and Description |
|---|---|
Content.ContentBuilder |
Content.ContentBuilder.body(ContentBody body) |
| Modifier and Type | Method and Description |
|---|---|
Content.ContentBuilder |
Content.ContentBuilder.body(Map<ContentRepresentation,ContentBody> body) |
| Modifier and Type | Method and Description |
|---|---|
Map<ContentRepresentation,ContentBody> |
ContentTemplate.getBody() |
| Modifier and Type | Method and Description |
|---|---|
ContentTemplate.ContentTemplateBuilder |
ContentTemplate.ContentTemplateBuilder.body(ContentBody body) |
| Modifier and Type | Method and Description |
|---|---|
ContentTemplate.ContentTemplateBuilder |
ContentTemplate.ContentTemplateBuilder.body(Map<ContentRepresentation,ContentBody> body) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ContentBody> |
ShareEvent.getNote() |
| Constructor and Description |
|---|
ShareEvent(Content content,
Content contentContainer,
Set<Person> users,
Set<String> emails,
Set<Group> groupNames,
ContentBody note,
KnownUser sender) |
| Modifier and Type | Method and Description |
|---|---|
ContentBody |
ContentBodyConversionService.convert(ContentBody body,
ContentRepresentation representation)
Same as calling
ContentBodyConversionService.convert(ContentBody, ContentRepresentation, Expansion...) with an empty expansion. |
ContentBody |
ContentBodyConversionService.convert(ContentBody body,
ContentRepresentation representation,
Expansion... expansions)
Convert a ContentBody value into another format, performing validation during the conversion.
|
ContentBody |
ContentBodyConversionService.convertBody(Content content,
ContentRepresentation representation)
Same as calling
ContentBodyConversionService.convertBody(Content, ContentRepresentation, Expansion...) with an empty expansion. |
ContentBody |
ContentBodyConversionService.convertBody(Content content,
ContentRepresentation representation,
Expansion... expansions)
Convert the single ContentBody value in a
Content body map into another format, performing
validation during the conversion. |
ContentBody |
ContentBodyConversionService.convertWithContext(ContentBody body,
ContentRepresentation representation,
ContentBodyConversionContext contentBodyConversionContext,
Expansion... expansions)
Convert content body using given context
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<ContentBody> |
ContentBodyConversionService.getBodyToConvert(Content content,
ContentRepresentation representation)
Given a
Content object for which the body could be converted to a given ContentRepresentation,
returns the ContentBody that would be used for the conversion. |
| Modifier and Type | Method and Description |
|---|---|
ContentBody |
ContentBodyConversionService.convert(ContentBody body,
ContentRepresentation representation)
Same as calling
ContentBodyConversionService.convert(ContentBody, ContentRepresentation, Expansion...) with an empty expansion. |
ContentBody |
ContentBodyConversionService.convert(ContentBody body,
ContentRepresentation representation,
Expansion... expansions)
Convert a ContentBody value into another format, performing validation during the conversion.
|
ContentBody |
ContentBodyConversionService.convertWithContext(ContentBody body,
ContentRepresentation representation,
ContentBodyConversionContext contentBodyConversionContext,
Expansion... expansions)
Convert content body using given context
|
| Modifier and Type | Method and Description |
|---|---|
AfterEntitySaveAction |
AfterEntitySaveActionAttachmentsUtil.createAttachmentSaveAction(List<FileStoreAttachmentResource> attachmentsToSave,
ContentBody bodyToConvert,
ContentEntityObject entity,
ContentBodyConversionContext conversionContext) |
| Modifier and Type | Method and Description |
|---|---|
CreateCommentCommand |
DefaultCommentService.newCreateCommentFromAtlassianEditorCommand(long contentId,
long parentCommentId,
ContentBody contentBody,
UUID submissionToken) |
CreateCommentCommand |
CommentService.newCreateCommentFromAtlassianEditorCommand(long pageId,
long parentCommentId,
ContentBody contentBody,
UUID submissionToken)
Retrieve a command to add a new comment to some content, threaded below some other comment.
|
EditCommentCommand |
DefaultCommentService.newEditCommentFromAtlassianEditorCommand(long commentId,
ContentBody contentBody) |
EditCommentCommand |
CommentService.newEditCommentFromAtlassianEditorCommand(long commentId,
ContentBody contentBody)
Retrieve a command to edit the contents of a comment.
|
| Constructor and Description |
|---|
CreateCommentFromAtlassianEditorCommand(PermissionManager permissionManager,
ContentEntityManager contentManager,
CommentManager commentManager,
EditorConverter editConverter,
long pageId,
long parentCommentId,
ContentBody commentBody,
NewCommentDeduplicator commentDeduplicator,
AfterEntitySaveActionAttachmentsUtil afterEntitySaveActionAttachmentsUtil) |
EditCommentFromAtlassianEditorCommand(PermissionManager permissionManager,
CommentManager commentManager,
EditorConverter editConverter,
long commentId,
ContentBody commentBody,
AfterEntitySaveActionAttachmentsUtil afterEntitySaveActionAttachmentsUtil) |
| Modifier and Type | Method and Description |
|---|---|
ContentBody |
ContentBodyResource.convert(ContentBody body,
ContentRepresentation toRepresentation,
String expand,
String spaceKeyContext,
ContentId contentIdContext,
EmbeddedContentRenderMode embeddedContentRender)
Converts between content body representations.
|
| Modifier and Type | Method and Description |
|---|---|
ContentBody |
ContentBodyResource.convert(ContentBody body,
ContentRepresentation toRepresentation,
String expand,
String spaceKeyContext,
ContentId contentIdContext,
EmbeddedContentRenderMode embeddedContentRender)
Converts between content body representations.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionServiceImpl.convert(ContentBody body,
ContentRepresentation representation,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionService.convert(ContentBody body,
ContentRepresentation representation,
Expansion... expansions)
Convert a ContentBody value into another format, performing validation during the conversion.
|
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionServiceImpl.convertWithContext(ContentBody body,
ContentRepresentation representation,
ContentBodyConversionContext contentBodyConversionContext,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionService.convertWithContext(ContentBody body,
ContentRepresentation representation,
ContentBodyConversionContext contentBodyConversionContext,
Expansion... expansions)
Convert a ContentBody value into another format with extra information regarding to how to resolve the embedded content.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionServiceImpl.convert(ContentBody body,
ContentRepresentation representation,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionService.convert(ContentBody body,
ContentRepresentation representation,
Expansion... expansions)
Convert a ContentBody value into another format, performing validation during the conversion.
|
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionServiceImpl.convertWithContext(ContentBody body,
ContentRepresentation representation,
ContentBodyConversionContext contentBodyConversionContext,
Expansion... expansions) |
com.atlassian.util.concurrent.Promise<ContentBody> |
RemoteContentBodyConversionService.convertWithContext(ContentBody body,
ContentRepresentation representation,
ContentBodyConversionContext contentBodyConversionContext,
Expansion... expansions)
Convert a ContentBody value into another format with extra information regarding to how to resolve the embedded content.
|
Copyright © 2003–2017 Atlassian. All rights reserved.