com.atlassian.confluence.api.impl.service.content.factory
Class ChildContentFactory

java.lang.Object
  extended by com.atlassian.confluence.api.impl.service.content.factory.ChildContentFactory

public class ChildContentFactory
extends Object

Makes Children and Descendants map and list instances, both expanded and collapsed.


Constructor Summary
ChildContentFactory(ChildSupport childSupport, NavigationService navigationService)
           
 
Method Summary
 Map<ContentType,PageResponse<Content>> buildFrom(Content parent, Depth depth, Fauxpansions fauxpansions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildContentFactory

public ChildContentFactory(ChildSupport childSupport,
                           NavigationService navigationService)
Method Detail

buildFrom

public Map<ContentType,PageResponse<Content>> buildFrom(Content parent,
                                                        Depth depth,
                                                        Fauxpansions fauxpansions)


Copyright © 2003–2015 Atlassian. All rights reserved.