Uses of Class
com.atlassian.confluence.legacyapi.model.PartialList
-
-
Uses of PartialList in com.atlassian.confluence.legacyapi.model
Methods in com.atlassian.confluence.legacyapi.model that return PartialList Modifier and Type Method Description static <T> PartialList<T>
PartialList. empty()
Deprecated.static <T> PartialList<T>
PartialList. forAll(Iterable<T> iterable)
Deprecated. -
Uses of PartialList in com.atlassian.confluence.legacyapi.model.content
Methods in com.atlassian.confluence.legacyapi.model.content that return PartialList Modifier and Type Method Description PartialList<ContentTree>
ContentTree. getChildren()
Deprecated.Constructors in com.atlassian.confluence.legacyapi.model.content with parameters of type PartialList Constructor Description ContentTree(PartialList<ContentTree> children, Content content)
Deprecated. -
Uses of PartialList in com.atlassian.confluence.legacyapi.service.content
Methods in com.atlassian.confluence.legacyapi.service.content that return PartialList Modifier and Type Method Description PartialList<Content>
ContentService. findSubContent(long id, ContentType subContentType, int offset, int count, Expansion... expansions)
Deprecated.Retrieve content that is "contained within" some other piece of content (i.e.PartialList<ContentTree>
ContentService. findSubContentTree(long parentId, ContentType subContentType, Expansion... expansions)
Deprecated.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 Modifier and Type Method Description PartialList<Content>
LegacyContentServiceImpl. findSubContent(long id, ContentType subContentType, int offset, int count, Expansion... expansions)
Deprecated.PartialList<ContentTree>
LegacyContentServiceImpl. findSubContentTree(long parentId, ContentType subContentType, Expansion... expansions)
Deprecated.
-