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.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()
           
 java.util.List<ContentEntity> UserHistoryList.getContents()
           
 java.util.List<ContentEntity> ContentEntityList.getContents()
           
 java.util.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(java.util.List<ContentEntity> contents)
           
 void CommentEntityTree.setContents(java.util.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 WikiLinkableContentEntityBuilder.build(ContentEntityObject object)
           
 ContentEntity PersonalInformationContentEntityBuilder.build(ContentEntityObject object)
           
 ContentEntity PageContentEntityBuilder.build(ContentEntityObject object)
           
 ContentEntity ContentEntityBuilder.build(ContentEntityObject object)
           
 ContentEntity CommentEntityBuilder.build(ContentEntityObject object)
           
 

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(java.lang.Long id, boolean expand)
          Gets the ContentEntity object for the given id and expands it if requested to.
 ContentEntity DefaultRestContentManager.getContentEntity(java.lang.Long id, boolean expand)
           
 

Methods in com.atlassian.confluence.plugins.rest.manager that return types with arguments of type ContentEntity
 java.util.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(java.util.List<ContentEntity> entities, java.lang.String id)
           
 

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



Copyright © 2003-2010 Atlassian. All Rights Reserved.