|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BodyType | |
|---|---|
| com.atlassian.confluence.core | |
| com.atlassian.confluence.mail | |
| com.atlassian.confluence.plugins.rest.entities | |
| com.atlassian.confluence.spaces | |
| com.atlassian.confluence.user | |
| Uses of BodyType in com.atlassian.confluence.core |
|---|
| Fields in com.atlassian.confluence.core declared as BodyType | |
|---|---|
static BodyType |
BodyType.MAIL
|
static BodyType |
BodyType.WIKI
|
static BodyType |
BodyType.XHTML
|
| Methods in com.atlassian.confluence.core that return BodyType | |
|---|---|
static BodyType |
BodyType.fromInt(int id)
Static method required by the PersistentEnum definition. |
BodyType |
BodyContent.getBodyType()
|
BodyType |
BodyTypeFactory.getBodyType(String type)
Return a body type which isn't one of the core types with their own direct accessor. |
BodyType |
ContentEntityObject.getDefaultBodyType()
|
BodyType |
BodyTypeFactory.getMailBodyType()
|
BodyType |
BodyTypeFactory.getWikiBodyType()
|
BodyType |
BodyTypeFactory.getXhtmlBodyType()
|
| Methods in com.atlassian.confluence.core with parameters of type BodyType | |
|---|---|
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. |
void |
BodyContent.setBodyType(BodyType bodyType)
|
| Constructors in com.atlassian.confluence.core with parameters of type BodyType | |
|---|---|
BodyContent(ContentEntityObject content,
String body,
BodyType bodyType)
|
|
| Uses of BodyType in com.atlassian.confluence.mail |
|---|
| Methods in com.atlassian.confluence.mail that return BodyType | |
|---|---|
BodyType |
Mail.getDefaultBodyType()
|
| Uses of BodyType in com.atlassian.confluence.plugins.rest.entities |
|---|
| Constructors in com.atlassian.confluence.plugins.rest.entities with parameters of type BodyType | |
|---|---|
ContentBodyEntity(String value,
BodyType bodyType)
|
|
| Uses of BodyType in com.atlassian.confluence.spaces |
|---|
| Methods in com.atlassian.confluence.spaces that return BodyType | |
|---|---|
BodyType |
SpaceDescription.getDefaultBodyType()
|
| Uses of BodyType in com.atlassian.confluence.user |
|---|
| Methods in com.atlassian.confluence.user that return BodyType | |
|---|---|
BodyType |
PersonalInformation.getDefaultBodyType()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||