Uses of Class
com.atlassian.confluence.core.BodyContent
-
-
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 BodyContent Modifier and Type Method Description ContentBody
ContentBodyFactory. build(ContentEntityObject ceo, BodyContent bodyContent, ContentRepresentation representation)
Map<ContentRepresentation,ContentBody>
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 BodyContent Modifier and Type Method Description BodyContent
ContentEntityObject. getBodyContent()
Gets theBodyContent
object for this ContentEntityObject.BodyContent
ContentEntityObject. getBodyContent(BodyType expectedBodyType)
Gets theBodyContent
object 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 BodyContent Modifier and Type Method Description List<BodyContent>
ContentEntityObject. getBodyContents()
Methods in com.atlassian.confluence.core with parameters of type BodyContent Modifier and Type Method Description void
ContentEntityObject. setBodyContent(BodyContent bodyContent)
Sets theBodyContent
object for this ContentEntityObject.void
BodyContent. shallowCopy(BodyContent orig)
Does a shallow copy of object orig.Method parameters in com.atlassian.confluence.core with type arguments of type BodyContent Modifier and Type Method Description void
ContentEntityObject. setBodyContents(List<BodyContent> bodyContents)
Constructors in com.atlassian.confluence.core with parameters of type BodyContent Constructor Description BodyContent(BodyContent orig)
-
Uses of BodyContent in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return BodyContent Modifier and Type Method Description protected @NonNull BodyContent
DefaultContentEntityManager. convertFromWikiToStorageFormatIfRequired(ContentEntityObject historicalVersion)
Method parameters in com.atlassian.confluence.impl.content with type arguments of type BodyContent Modifier and Type Method Description void
DefaultContentEntityManager. 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 BodyContent Modifier and Type Method Description ResourceIdentifiers
ResourceIdentifierExtractor. extractResourceIdentifiers(BodyContent bodyContent, ConversionContext conversionContext)
void
ContentResourcePrefetcher. 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 BodyContent Modifier and Type Method Description ResourceIdentifiers
XhtmlResourceIdentifierExtractor. extractResourceIdentifiers(BodyContent storageFormatContent, ConversionContext conversionContext)
-
Uses of BodyContent in com.atlassian.confluence.plugins.rest.entities
Constructors in com.atlassian.confluence.plugins.rest.entities with parameters of type BodyContent Constructor Description ContentBodyEntity(BodyContent bodyContent)
-
Uses of BodyContent in com.atlassian.confluence.spaces.listeners
Methods in com.atlassian.confluence.spaces.listeners that return BodyContent Modifier and Type Method Description protected BodyContent
AbstractSpaceContentListener. 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 BodyContent Modifier and Type Method Description ContentBody
LegacyContentBodyBuilder. build(BodyContent bodyContent, ContentRepresentation representation)
Deprecated.Map<ContentRepresentation,ContentBody>
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 Modifier and Type Method Description List<BodyContent>
PersonalInformation. getBodyContents()
-