com.atlassian.confluence.plugins.rest.entities
Class CommentEntityTreeExpander

java.lang.Object
  extended by com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<CommentEntityTree>
      extended by 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 Summary
CommentEntityTreeExpander(RestContentManager restContentManager)
           
 
Method Summary
protected  CommentEntityTree expandInternal(CommentEntityTree entity)
           
 
Methods inherited from class com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander
expand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentEntityTreeExpander

public CommentEntityTreeExpander(RestContentManager restContentManager)
Method Detail

expandInternal

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


Copyright © 2003-2013 Atlassian. All Rights Reserved.