|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
ContentBody |
ContentBodyFactory.build(BodyContent bodyContent,
ContentRepresentation representation)
|
java.util.Map<ContentRepresentation,ContentBody> |
ContentBodyFactory.makeContentBodies(BodyContent bodyContent,
Expansions expansions,
ContentFactory contentFactory)
|
| Uses of BodyContent in com.atlassian.confluence.core |
|---|
| Methods in com.atlassian.confluence.core that return BodyContent | |
|---|---|
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)
|
| Methods in com.atlassian.confluence.core that return types with arguments of type BodyContent | |
|---|---|
java.util.List<BodyContent> |
ContentEntityObject.getBodyContents()
|
| Methods in com.atlassian.confluence.core with parameters of type BodyContent | |
|---|---|
void |
ContentEntityObject.setBodyContent(BodyContent bodyContent)
Sets the BodyContent 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 | |
|---|---|
void |
ContentEntityObject.setBodyContents(java.util.List<BodyContent> bodyContents)
|
| Constructors in com.atlassian.confluence.core with parameters of type BodyContent | |
|---|---|
BodyContent(BodyContent orig)
|
|
| Uses of BodyContent in com.atlassian.confluence.core.persistence |
|---|
| Methods in com.atlassian.confluence.core.persistence that return types with arguments of type BodyContent | |
|---|---|
java.util.List<BodyContent> |
BodyContentDao.getBodyContent(int startRow,
int maxRows)
|
| Uses of BodyContent in com.atlassian.confluence.core.persistence.hibernate |
|---|
| Methods in com.atlassian.confluence.core.persistence.hibernate that return types with arguments of type BodyContent | |
|---|---|
java.util.List<BodyContent> |
BodyContentHibernateDao.getBodyContent(int startRow,
int maxRows)
|
| Uses of BodyContent in com.atlassian.confluence.pages |
|---|
| Methods in com.atlassian.confluence.pages that return BodyContent | |
|---|---|
protected BodyContent |
DefaultPageManager.getBodyContentForRevert(ContentEntityObject historicalVersion)
|
| Uses of BodyContent in com.atlassian.confluence.plugins.rest.entities |
|---|
| Constructors in com.atlassian.confluence.plugins.rest.entities with parameters of type BodyContent | |
|---|---|
ContentBodyEntity(BodyContent bodyContent)
|
|
| Uses of BodyContent in com.atlassian.confluence.spaces.listeners |
|---|
| Methods in com.atlassian.confluence.spaces.listeners that return BodyContent | |
|---|---|
protected BodyContent |
AbstractSpaceContentListener.getDefaultHomePageContent(Page homePage,
java.util.List<Variable> vars,
java.lang.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 | |
|---|---|
ContentBody |
ContentBodyBuilder.build(BodyContent bodyContent,
ContentRepresentation representation)
|
java.util.Map<ContentRepresentation,ContentBody> |
ContentBodyBuilder.makeContentBodies(BodyContent bodyContent,
Expansions expansions)
|
| Uses of BodyContent in com.atlassian.confluence.user |
|---|
| Methods in com.atlassian.confluence.user that return types with arguments of type BodyContent | |
|---|---|
java.util.List<BodyContent> |
PersonalInformation.getBodyContents()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||