Modifier and Type | Method and Description |
---|---|
protected SpaceEntity |
SpaceEntityExpander.expandInternal(SpaceEntity entity) |
SpaceEntity |
ContentEntity.getSpace() |
SpaceEntity |
AttachmentEntity.getSpace()
Space where this attachment (and it's parent page if any) resides.
|
Modifier and Type | Method and Description |
---|---|
List<SpaceEntity> |
SpaceEntityList.getSpaces() |
Modifier and Type | Method and Description |
---|---|
protected SpaceEntity |
SpaceEntityExpander.expandInternal(SpaceEntity entity) |
void |
ContentEntity.setSpace(SpaceEntity space) |
void |
AttachmentEntity.setSpace(SpaceEntity space)
Space where this attachment (and it's parent page if any) resides.
|
Modifier and Type | Method and Description |
---|---|
void |
SpaceEntityList.setSpaces(List<SpaceEntity> spaces) |
Modifier and Type | Method and Description |
---|---|
SpaceEntity |
SpaceEntityBuilder.build(Space space) |
static SpaceEntity |
DefaultContentEntityBuilder.createSpaceEntity(Space space) |
Modifier and Type | Field and Description |
---|---|
static SpaceEntity |
SpaceEntityExampleDocument.EXAMPLE_SPACE_ENTITY |
static SpaceEntity |
SpaceEntityExampleDocument.MINIMAL_SPACE_ENTITY |
Modifier and Type | Method and Description |
---|---|
SpaceEntity |
RestSpaceManager.expand(SpaceEntity spaceEntity)
Expands and returns the given
SpaceEntity . |
SpaceEntity |
DefaultRestSpaceManager.expand(SpaceEntity spaceEntity) |
SpaceEntity |
DefaultRestSpaceManager.getSpaceEntity(Space space) |
SpaceEntity |
RestSpaceManager.getSpaceEntity(String spaceKey,
boolean expand)
Gets the
SpaceEntity for the given spaceKey and expands it if necessary. |
SpaceEntity |
DefaultRestSpaceManager.getSpaceEntity(String spaceKey,
boolean expand) |
Modifier and Type | Method and Description |
---|---|
SpaceEntity |
RestSpaceManager.expand(SpaceEntity spaceEntity)
Expands and returns the given
SpaceEntity . |
SpaceEntity |
DefaultRestSpaceManager.expand(SpaceEntity spaceEntity) |
Copyright © 2003–2015 Atlassian. All rights reserved.