Uses of Class
com.atlassian.confluence.core.BodyContent

Packages that use BodyContent
com.atlassian.confluence.core   
com.atlassian.confluence.core.persistence   
com.atlassian.confluence.core.persistence.hibernate   
com.atlassian.confluence.plugins.rest.entities   
com.atlassian.confluence.spaces.listeners   
com.atlassian.confluence.user   
 

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.spaces.listeners
 

Methods in com.atlassian.confluence.spaces.listeners that return BodyContent
protected  BodyContent AbstractSpaceContentListener.getDefaultHomePageContent(Page homePage, List<Variable> vars, String templateKey)
           
 

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()
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.