| 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 @NonNull BodyContent |
DefaultContentEntityManager.getBodyContentForRevert(ContentEntityObject historicalVersion)
Deprecated.
|
| 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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<BodyContent> |
BodyContentHibernateDao.getBodyContent(int startRow,
int maxRows)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected @NonNull BodyContent |
DefaultContentEntityManager.convertFromWikiToStorageFormatIfRequired(ContentEntityObject historicalVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultContentEntityManager.revertContentEntityBackToVersion(ContentEntityObject entity,
int version,
@Nullable String revertComment,
boolean revertTitle,
Function<ContentEntityObject,BodyContent> revertBodyContentFactory) |
| 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 @NonNull BodyContent |
DefaultPageManager.getBodyContentForRevert(ContentEntityObject historicalVersion)
Deprecated.
|
| 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)
Deprecated.
|
Map<ContentRepresentation,ContentBody> |
LegacyContentBodyBuilder.makeContentBodies(BodyContent bodyContent,
Expansions expansions)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<BodyContent> |
PersonalInformation.getBodyContents() |
Copyright © 2003–2022 Atlassian. All rights reserved.