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