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 ContentBodyContentBodyFactory. 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 BodyContentContentEntityObject. getBodyContent()Gets theBodyContentobject for this ContentEntityObject.BodyContentContentEntityObject. 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 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 voidContentEntityObject. 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 BodyContent Modifier and Type Method Description voidContentEntityObject. 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 BodyContentDefaultContentEntityManager. convertFromWikiToStorageFormatIfRequired(ContentEntityObject historicalVersion)Method parameters in com.atlassian.confluence.impl.content with type arguments of type BodyContent Modifier and Type Method Description voidDefaultContentEntityManager. 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 ResourceIdentifiersResourceIdentifierExtractor. 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 BodyContent Modifier and Type Method Description ResourceIdentifiersXhtmlResourceIdentifierExtractor. 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 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 BodyContent Modifier and Type Method Description ContentBodyLegacyContentBodyBuilder. 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()
-