Class SpaceEntityExpander
- java.lang.Object
-
- com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<SpaceEntity>
-
- com.atlassian.confluence.plugins.rest.entities.SpaceEntityExpander
-
- All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.EntityExpander<SpaceEntity>
public class SpaceEntityExpander extends com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<SpaceEntity>
A recursive EntityExpander to expandSpaceEntity
objects.
-
-
Constructor Summary
Constructors Constructor Description SpaceEntityExpander(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, RestSpaceManager restSpaceManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SpaceEntity
expandInternal(SpaceEntity entity)
-
-
-
Constructor Detail
-
SpaceEntityExpander
public SpaceEntityExpander(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, RestSpaceManager restSpaceManager)
-
-
Method Detail
-
expandInternal
protected SpaceEntity expandInternal(SpaceEntity entity)
- Specified by:
expandInternal
in classcom.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<SpaceEntity>
-
-