Modifier and Type | Method and Description |
---|---|
static <T> PartialList<T> |
PartialList.empty() |
static <T> PartialList<T> |
PartialList.forAll(Iterable<T> iterable) |
Modifier and Type | Method and Description |
---|---|
PartialList<ContentTree> |
ContentTree.getChildren() |
Constructor and Description |
---|
ContentTree(PartialList<ContentTree> children,
Content content) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PartialList<Content> |
LegacyContentServiceImpl.findSubContent(long id,
ContentType subContentType,
int offset,
int count,
Expansion... expansions) |
PartialList<ContentTree> |
LegacyContentServiceImpl.findSubContentTree(long parentId,
ContentType subContentType,
Expansion... expansions) |
Copyright © 2003–2017 Atlassian. All rights reserved.