Class ChildContentFactory
- java.lang.Object
-
- 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
Constructors Constructor Description ChildContentFactory(ChildSupport childSupport, NavigationService navigationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<ContentType,PageResponse<Content>>
buildFrom(ContentSelector parentSelector, Depth depth, Fauxpansions fauxpansions)
-
-
-
Constructor Detail
-
ChildContentFactory
public ChildContentFactory(ChildSupport childSupport, NavigationService navigationService)
-
-
Method Detail
-
buildFrom
public Map<ContentType,PageResponse<Content>> buildFrom(ContentSelector parentSelector, Depth depth, Fauxpansions fauxpansions)
-
-