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

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

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

Methods in com.atlassian.confluence.plugins.rest.entities that return SpaceEntity
protected  SpaceEntity SpaceEntityExpander.expandInternal(SpaceEntity entity)
           
 SpaceEntity ContentEntity.getSpace()
           
 SpaceEntity AttachmentEntity.getSpace()
           
 

Methods in com.atlassian.confluence.plugins.rest.entities that return types with arguments of type SpaceEntity
 java.util.List<SpaceEntity> SpaceEntityList.getSpaces()
           
 

Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type SpaceEntity
protected  SpaceEntity SpaceEntityExpander.expandInternal(SpaceEntity entity)
           
 void ContentEntity.setSpace(SpaceEntity space)
           
 void AttachmentEntity.setSpace(SpaceEntity space)
           
 

Method parameters in com.atlassian.confluence.plugins.rest.entities with type arguments of type SpaceEntity
 void SpaceEntityList.setSpaces(java.util.List<SpaceEntity> spaces)
           
 

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

Methods in com.atlassian.confluence.plugins.rest.entities.builders that return SpaceEntity
 SpaceEntity SpaceEntityBuilder.build(Space space)
           
static SpaceEntity ContentEntityBuilder.createSpaceEntity(Space space)
           
 

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

Methods in com.atlassian.confluence.plugins.rest.manager that return SpaceEntity
 SpaceEntity RestSpaceManager.expand(SpaceEntity spaceEntity)
          Expands and returns the given SpaceEntity.
 SpaceEntity DefaultRestSpaceManager.expand(SpaceEntity spaceEntity)
           
 SpaceEntity DefaultRestSpaceManager.getSpaceEntity(Space space)
           
 SpaceEntity RestSpaceManager.getSpaceEntity(java.lang.String spaceKey, boolean expand)
          Gets the SpaceEntity for the given spaceKey and expands it if necessary.
 SpaceEntity DefaultRestSpaceManager.getSpaceEntity(java.lang.String spaceKey, boolean expand)
           
 

Methods in com.atlassian.confluence.plugins.rest.manager with parameters of type SpaceEntity
 SpaceEntity RestSpaceManager.expand(SpaceEntity spaceEntity)
          Expands and returns the given SpaceEntity.
 SpaceEntity DefaultRestSpaceManager.expand(SpaceEntity spaceEntity)
           
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.