|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| Methods in com.atlassian.confluence.core that return types with arguments of type BodyContent | |
|---|---|
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)
|
| Method parameters in com.atlassian.confluence.core with type arguments of type BodyContent | |
|---|---|
void |
ContentEntityObject.setBodyContents(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 | |
|---|---|
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 | |
|---|---|
List<BodyContent> |
BodyContentHibernateDao.getBodyContent(int startRow,
int maxRows)
|
| 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.user |
|---|
| Methods in com.atlassian.confluence.user that return types with arguments of type BodyContent | |
|---|---|
List<BodyContent> |
PersonalInformation.getBodyContents()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||