Uses of Class
com.atlassian.confluence.plugins.rest.jackson2.entities.SpaceEntity
Packages that use SpaceEntity
Package
Description
-
Uses of SpaceEntity in com.atlassian.confluence.plugins.rest.jackson2.entities
Methods in com.atlassian.confluence.plugins.rest.jackson2.entities that return SpaceEntityModifier and TypeMethodDescriptionprotected SpaceEntity
SpaceEntityExpander.expandInternal
(SpaceEntity entity) AttachmentEntity.getSpace()
Space where this attachment (and it's parent page if any) resides.ContentEntity.getSpace()
Methods in com.atlassian.confluence.plugins.rest.jackson2.entities that return types with arguments of type SpaceEntityMethods in com.atlassian.confluence.plugins.rest.jackson2.entities with parameters of type SpaceEntityModifier and TypeMethodDescriptionprotected SpaceEntity
SpaceEntityExpander.expandInternal
(SpaceEntity entity) void
AttachmentEntity.setSpace
(SpaceEntity space) Space where this attachment (and it's parent page if any) resides.void
ContentEntity.setSpace
(SpaceEntity space) Method parameters in com.atlassian.confluence.plugins.rest.jackson2.entities with type arguments of type SpaceEntity -
Uses of SpaceEntity in com.atlassian.confluence.plugins.rest.jackson2.entities.builders
Methods in com.atlassian.confluence.plugins.rest.jackson2.entities.builders that return SpaceEntityModifier and TypeMethodDescriptionstatic SpaceEntity
DefaultContentEntityBuilder.createSpaceEntity
(Space space) -
Uses of SpaceEntity in com.atlassian.confluence.plugins.rest.jackson2.entities.documentation
Fields in com.atlassian.confluence.plugins.rest.jackson2.entities.documentation declared as SpaceEntityModifier and TypeFieldDescriptionstatic final SpaceEntity
SpaceEntityExampleDocument.EXAMPLE_SPACE_ENTITY
static final SpaceEntity
SpaceEntityExampleDocument.MINIMAL_SPACE_ENTITY
-
Uses of SpaceEntity in com.atlassian.confluence.plugins.rest.jackson2.manager
Methods in com.atlassian.confluence.plugins.rest.jackson2.manager that return SpaceEntityModifier and TypeMethodDescriptionDefaultRestSpaceManager.expand
(SpaceEntity spaceEntity) RestSpaceManager.expand
(SpaceEntity spaceEntity) Expands and returns the givenSpaceEntity
.DefaultRestSpaceManager.getSpaceEntity
(Space space) DefaultRestSpaceManager.getSpaceEntity
(String spaceKey, boolean expand) RestSpaceManager.getSpaceEntity
(String spaceKey, boolean expand) Gets theSpaceEntity
for the given spaceKey and expands it if necessary.Methods in com.atlassian.confluence.plugins.rest.jackson2.manager with parameters of type SpaceEntityModifier and TypeMethodDescriptionDefaultRestSpaceManager.expand
(SpaceEntity spaceEntity) RestSpaceManager.expand
(SpaceEntity spaceEntity) Expands and returns the givenSpaceEntity
.