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

    • ContentEntityExpander

      public ContentEntityExpander(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, RestContentManager restContentManager)
  • Method Details

    • expandInternal

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