Uses of Class
com.atlassian.confluence.core.BodyContent
Packages that use BodyContent
Package
Description
-
Uses of BodyContent in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type BodyContentModifier and TypeMethodDescriptionContentBodyFactory.build(ContentEntityObject ceo, BodyContent bodyContent, ContentRepresentation representation) ContentBodyFactory.makeContentBodies(ContentEntityObject ceo, BodyContent bodyContent, Expansions expansions, ContentFactory contentFactory) -
Uses of BodyContent in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return BodyContentModifier and TypeMethodDescriptionContentEntityObject.getBodyContent()Gets theBodyContentobject for this ContentEntityObject.ContentEntityObject.getBodyContent(BodyType expectedBodyType) Gets theBodyContentobject for this ContentEntityObject or throws an UnsupportedOperationException if its body type is not the same as the suppliedexpectedBodyType.Methods in com.atlassian.confluence.core that return types with arguments of type BodyContentMethods in com.atlassian.confluence.core with parameters of type BodyContentModifier and TypeMethodDescriptionvoidContentEntityObject.setBodyContent(BodyContent bodyContent) Sets theBodyContentobject for this ContentEntityObject.voidBodyContent.shallowCopy(BodyContent orig) Does a shallow copy of object orig.Method parameters in com.atlassian.confluence.core with type arguments of type BodyContentModifier and TypeMethodDescriptionvoidContentEntityObject.setBodyContents(List<BodyContent> bodyContents) Constructors in com.atlassian.confluence.core with parameters of type BodyContent -
Uses of BodyContent in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return BodyContentModifier and TypeMethodDescriptionprotected @NonNull BodyContentDefaultContentEntityManager.convertFromWikiToStorageFormatIfRequired(ContentEntityObject historicalVersion) Method parameters in com.atlassian.confluence.impl.content with type arguments of type BodyContentModifier and TypeMethodDescriptionvoidDefaultContentEntityManager.revertContentEntityBackToVersion(ContentEntityObject entity, int version, @Nullable String revertComment, boolean revertTitle, Function<ContentEntityObject, BodyContent> revertBodyContentFactory) -
Uses of BodyContent in com.atlassian.confluence.impl.content.render.prefetch
Methods in com.atlassian.confluence.impl.content.render.prefetch with parameters of type BodyContentModifier and TypeMethodDescriptionResourceIdentifierExtractor.extractResourceIdentifiers(BodyContent bodyContent, ConversionContext conversionContext) voidContentResourcePrefetcher.prefetchContentResources(BodyContent bodyContent, ConversionContext conversionContext) -
Uses of BodyContent in com.atlassian.confluence.impl.content.render.prefetch.xhtml
Methods in com.atlassian.confluence.impl.content.render.prefetch.xhtml with parameters of type BodyContentModifier and TypeMethodDescriptionXhtmlResourceIdentifierExtractor.extractResourceIdentifiers(BodyContent storageFormatContent, ConversionContext conversionContext) -
Uses of BodyContent in com.atlassian.confluence.internal.content.bodycontentquerier
Methods in com.atlassian.confluence.internal.content.bodycontentquerier that return types with arguments of type BodyContentModifier and TypeMethodDescriptionBodyContentQuerier.getBodyByContentIds(List<ContentId> contentIds) ContentQuerier.getBodyByContentIds(List<ContentId> contentIds) -
Uses of BodyContent in com.atlassian.confluence.plugins.rest.jackson2.entities
Constructors in com.atlassian.confluence.plugins.rest.jackson2.entities with parameters of type BodyContent -
Uses of BodyContent in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces that return BodyContentModifier and TypeMethodDescriptionReadOnlySpaceDescription.getBodyContent()ReadOnlySpaceDescription.getBodyContent(BodyType expectedBodyType) Methods in com.atlassian.confluence.spaces that return types with arguments of type BodyContentMethods in com.atlassian.confluence.spaces with parameters of type BodyContentModifier and TypeMethodDescriptionvoidReadOnlySpaceDescription.setBodyContent(BodyContent bodyContent) Method parameters in com.atlassian.confluence.spaces with type arguments of type BodyContentModifier and TypeMethodDescriptionvoidReadOnlySpaceDescription.setBodyContents(List<BodyContent> bodyContents) -
Uses of BodyContent in com.atlassian.confluence.spaces.listeners
Methods in com.atlassian.confluence.spaces.listeners that return BodyContentModifier and TypeMethodDescriptionprotected BodyContentAbstractSpaceContentListener.getDefaultHomePageContent(Page homePage, List<Variable> variables, String templateKey) -
Uses of BodyContent in com.atlassian.confluence.ui.rest.builder
Methods in com.atlassian.confluence.ui.rest.builder with parameters of type BodyContentModifier and TypeMethodDescriptionLegacyContentBodyBuilder.build(BodyContent bodyContent, ContentRepresentation representation) Deprecated.LegacyContentBodyBuilder.makeContentBodies(BodyContent bodyContent, Expansions expansions) Deprecated. -
Uses of BodyContent in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user that return types with arguments of type BodyContent