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 expand SpaceEntity objects.
  • Constructor Details

    • SpaceEntityExpander

      public SpaceEntityExpander(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, RestSpaceManager restSpaceManager)
  • Method Details

    • expandInternal

      protected SpaceEntity expandInternal(SpaceEntity entity)
      Specified by:
      expandInternal in class com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<SpaceEntity>