Class 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 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 class com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<ContentEntity>