| Modifier and Type | Method and Description |
|---|---|
ContentBody |
ContentBodyFactory.build(ContentEntityObject ceo,
BodyContent bodyContent,
ContentRepresentation representation) |
Map<ContentRepresentation,ContentBody> |
ContentBodyFactory.makeContentBodies(ContentEntityObject ceo,
BodyContent bodyContent,
Expansions expansions,
ContentFactory contentFactory) |
| Modifier and Type | Method and Description |
|---|---|
BodyContent |
ContentEntityObject.getBodyContent()
Gets the
BodyContent object for this ContentEntityObject. |
BodyContent |
ContentEntityObject.getBodyContent(BodyType expectedBodyType)
Gets the
BodyContent object for this ContentEntityObject or throws an UnsupportedOperationException
if its body type is not the same as the supplied expectedBodyType. |
protected BodyContent |
DefaultContentEntityManager.getBodyContentForRevert(ContentEntityObject historicalVersion) |
| Modifier and Type | Method and Description |
|---|---|
List<BodyContent> |
ContentEntityObject.getBodyContents() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentEntityObject.setBodyContent(BodyContent bodyContent)
Sets the
BodyContent object for this ContentEntityObject. |
void |
BodyContent.shallowCopy(BodyContent orig)
Does a shallow copy of object orig.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentEntityObject.setBodyContents(List<BodyContent> bodyContents) |
| Constructor and Description |
|---|
BodyContent(BodyContent orig) |
| Modifier and Type | Method and Description |
|---|---|
List<BodyContent> |
BodyContentDao.getBodyContent(int startRow,
int maxRows) |
| Modifier and Type | Method and Description |
|---|---|
List<BodyContent> |
BodyContentHibernateDao.getBodyContent(int startRow,
int maxRows) |
| Modifier and Type | Method and Description |
|---|---|
ResourceIdentifiers |
ResourceIdentifierExtractor.extractResourceIdentifiers(BodyContent bodyContent,
ConversionContext conversionContext) |
void |
ContentResourcePrefetcher.prefetchContentResources(BodyContent bodyContent,
ConversionContext conversionContext) |
| Modifier and Type | Method and Description |
|---|---|
ResourceIdentifiers |
XhtmlResourceIdentifierExtractor.extractResourceIdentifiers(BodyContent storageFormatContent,
ConversionContext conversionContext) |
| Modifier and Type | Method and Description |
|---|---|
protected BodyContent |
DefaultPageManager.getBodyContentForRevert(ContentEntityObject historicalVersion) |
| Constructor and Description |
|---|
ContentBodyEntity(BodyContent bodyContent) |
| Modifier and Type | Method and Description |
|---|---|
protected BodyContent |
AbstractSpaceContentListener.getDefaultHomePageContent(Page homePage,
List<Variable> variables,
String templateKey) |
| Modifier and Type | Method and Description |
|---|---|
ContentBody |
LegacyContentBodyBuilder.build(BodyContent bodyContent,
ContentRepresentation representation) |
Map<ContentRepresentation,ContentBody> |
LegacyContentBodyBuilder.makeContentBodies(BodyContent bodyContent,
Expansions expansions) |
| Modifier and Type | Method and Description |
|---|---|
List<BodyContent> |
PersonalInformation.getBodyContents() |
Copyright © 2003–2019 Atlassian. All rights reserved.