Class CommentEntityTreeExpander

java.lang.Object
com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<CommentEntityTree>
com.atlassian.confluence.plugins.rest.entities.CommentEntityTreeExpander
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.EntityExpander<CommentEntityTree>

public class CommentEntityTreeExpander extends com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<CommentEntityTree>
Expands a CommentEntityTree. The result is a tree of all the comments organised into their parent child relationships
  • Constructor Details

    • CommentEntityTreeExpander

      public CommentEntityTreeExpander(RestContentManager restContentManager)
  • Method Details