Modifier and Type | Method and Description |
---|---|
static <T> PartialList<T> |
PartialList.empty()
Deprecated.
|
static <T> PartialList<T> |
PartialList.forAll(Iterable<T> iterable)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PartialList<ContentTree> |
ContentTree.getChildren()
Deprecated.
|
Constructor and Description |
---|
ContentTree(PartialList<ContentTree> children,
Content content)
Deprecated.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2003–2020 Atlassian. All rights reserved.