Uses of Class
com.atlassian.confluence.plugins.rest.entities.ContentEntity

Packages that use ContentEntity
com.atlassian.confluence.plugins.rest.entities   
com.atlassian.confluence.plugins.rest.entities.builders   
com.atlassian.confluence.plugins.rest.entities.documentation   
com.atlassian.confluence.plugins.rest.manager   
com.atlassian.confluence.rest   
 

Uses of ContentEntity in com.atlassian.confluence.plugins.rest.entities
 

Methods in com.atlassian.confluence.plugins.rest.entities that return ContentEntity
protected  ContentEntity ContentEntityExpander.expandInternal(ContentEntity entity)
           
 ContentEntity SpaceEntity.getHome()
           
 

Methods in com.atlassian.confluence.plugins.rest.entities that return types with arguments of type ContentEntity
 com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<ContentEntity> ContentEntityList.getCallback()
           
 List<ContentEntity> UserHistoryList.getContents()
           
 List<ContentEntity> ContentEntityList.getContents()
          Returns the list of ContentEntity provided by this entity.
 List<ContentEntity> CommentEntityTree.getContents()
           
 

Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type ContentEntity
protected  ContentEntity ContentEntityExpander.expandInternal(ContentEntity entity)
           
 void SpaceEntity.setHome(ContentEntity home)
           
 

Method parameters in com.atlassian.confluence.plugins.rest.entities with type arguments of type ContentEntity
 void ContentEntityList.setContents(List<ContentEntity> contents)
           
 void CommentEntityTree.setContents(List<ContentEntity> contents)
           
 

Constructor parameters in com.atlassian.confluence.plugins.rest.entities with type arguments of type ContentEntity
ContentEntityList(int size, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<ContentEntity> callback)
           
 

Uses of ContentEntity in com.atlassian.confluence.plugins.rest.entities.builders
 

Methods in com.atlassian.confluence.plugins.rest.entities.builders that return ContentEntity
 ContentEntity CommentEntityBuilder.build(Comment comment)
           
 ContentEntity PageContentEntityBuilder.build(Page page)
           
 ContentEntity PersonalInformationContentEntityBuilder.build(PersonalInformation personalInfo)
           
 ContentEntity WikiLinkableContentEntityBuilder.build(T object)
           
 ContentEntity DefaultContentEntityBuilder.build(T object)
           
 ContentEntity ContentEntityBuilder.build(T object)
          Builds a REST ContentEntity for the given CEO
 

Uses of ContentEntity in com.atlassian.confluence.plugins.rest.entities.documentation
 

Fields in com.atlassian.confluence.plugins.rest.entities.documentation declared as ContentEntity
static ContentEntity ContentEntityExampleDocument.DEMO_PAGE
           
static ContentEntity ContentEntityExampleDocument.DEMO_PAGE_WITH_BODY
           
 

Uses of ContentEntity in com.atlassian.confluence.plugins.rest.manager
 

Methods in com.atlassian.confluence.plugins.rest.manager that return ContentEntity
 ContentEntity RestContentManager.convertToContentEntity(ContentEntityObject object)
          Convert a Confluence model object into its REST representation.
 ContentEntity DefaultRestContentManager.convertToContentEntity(ContentEntityObject object)
           
 ContentEntity RestContentManager.expand(ContentEntity contentEntity)
          Expands and returns the given ContentEntity.
 ContentEntity DefaultRestContentManager.expand(ContentEntity contentEntity)
           
 ContentEntity ContentEntityMapping.getContentEntity()
           
 ContentEntity RestContentManager.getContentEntity(Long id, boolean expand)
          Gets the ContentEntity object for the given id and expands it if requested to.
 ContentEntity DefaultRestContentManager.getContentEntity(Long id, boolean expand)
           
 

Methods in com.atlassian.confluence.plugins.rest.manager that return types with arguments of type ContentEntity
 List<ContentEntity> ChildrenListWrapperCallback.getItems(com.atlassian.plugins.rest.common.expand.parameter.Indexes indexes)
           
 

Methods in com.atlassian.confluence.plugins.rest.manager with parameters of type ContentEntity
 ContentEntity RestContentManager.expand(ContentEntity contentEntity)
          Expands and returns the given ContentEntity.
 ContentEntity DefaultRestContentManager.expand(ContentEntity contentEntity)
           
 

Constructors in com.atlassian.confluence.plugins.rest.manager with parameters of type ContentEntity
ContentEntityMapping(ContentEntity contentEntity, ContentEntityObject confluenceObject)
           
 

Uses of ContentEntity in com.atlassian.confluence.rest
 

Methods in com.atlassian.confluence.rest that return ContentEntity
protected  ContentEntity AbstractRestAcceptanceTest.getContentWithId(List<ContentEntity> entities, String id)
           
 

Method parameters in com.atlassian.confluence.rest with type arguments of type ContentEntity
protected  ContentEntity AbstractRestAcceptanceTest.getContentWithId(List<ContentEntity> entities, String id)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.