Uses of Class
com.atlassian.confluence.legacyapi.model.PartialList

Packages that use PartialList
com.atlassian.confluence.legacyapi.model   
com.atlassian.confluence.legacyapi.model.content   
com.atlassian.confluence.legacyapi.service.content   
com.atlassian.confluence.ui.rest.service.content   
 

Uses of PartialList in com.atlassian.confluence.legacyapi.model
 

Methods in com.atlassian.confluence.legacyapi.model that return PartialList
static
<T> PartialList<T>
PartialList.empty()
           
static
<T> PartialList<T>
PartialList.forAll(Iterable<T> iterable)
           
 

Uses of PartialList in com.atlassian.confluence.legacyapi.model.content
 

Methods in com.atlassian.confluence.legacyapi.model.content that return PartialList
 PartialList<ContentTree> ContentTree.getChildren()
           
 

Constructors in com.atlassian.confluence.legacyapi.model.content with parameters of type PartialList
ContentTree(PartialList<ContentTree> children, Content content)
           
 

Uses of PartialList in com.atlassian.confluence.legacyapi.service.content
 

Methods in com.atlassian.confluence.legacyapi.service.content that return PartialList
 PartialList<Content> ContentService.findSubContent(long id, ContentType subContentType, int offset, int count, Expansion... expansions)
          Retrieve content that is "contained within" some other piece of content (i.e.
 PartialList<ContentTree> ContentService.findSubContentTree(long parentId, ContentType subContentType, Expansion... expansions)
          Retrieve content that is "contained within" some other piece of content (i.e.
 

Uses of PartialList in com.atlassian.confluence.ui.rest.service.content
 

Methods in com.atlassian.confluence.ui.rest.service.content that return PartialList
 PartialList<Content> ContentServiceImpl.findSubContent(long id, ContentType subContentType, int offset, int count, Expansion... expansions)
           
 PartialList<ContentTree> ContentServiceImpl.findSubContentTree(long parentId, ContentType subContentType, Expansion... expansions)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.