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 java.lang.Object

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


Constructor Summary
ChildContentFactory(ChildSupport childSupport, NavigationService navigationService)
           
 
Method Summary
 java.util.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 java.util.Map<ContentType,PageResponse<Content>> buildFrom(Content parent,
                                                                  Depth depth,
                                                                  Fauxpansions fauxpansions)


Copyright © 2003-2014 Atlassian. All Rights Reserved.