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 aCommentEntityTree
. The result is a tree of all the comments organised into their parent child relationships
-
-
Constructor Summary
Constructors Constructor Description CommentEntityTreeExpander(RestContentManager restContentManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommentEntityTree
expandInternal(CommentEntityTree entity)
-
-
-
Constructor Detail
-
CommentEntityTreeExpander
public CommentEntityTreeExpander(RestContentManager restContentManager)
-
-
Method Detail
-
expandInternal
protected CommentEntityTree expandInternal(CommentEntityTree entity)
- Specified by:
expandInternal
in classcom.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<CommentEntityTree>
-
-