|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
Space where this attachment (and it's parent page if any) resides. |
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)
Space where this attachment (and it's parent page if any) resides. |
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 |
DefaultContentEntityBuilder.createSpaceEntity(Space space)
|
Uses of SpaceEntity in com.atlassian.confluence.plugins.rest.entities.documentation |
---|
Fields in com.atlassian.confluence.plugins.rest.entities.documentation declared as SpaceEntity | |
---|---|
static SpaceEntity |
SpaceEntityExampleDocument.EXAMPLE_SPACE_ENTITY
|
static SpaceEntity |
SpaceEntityExampleDocument.MINIMAL_SPACE_ENTITY
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |