| Modifier and Type | Field and Description |
|---|---|
static ContentType |
ContentType.BLOG_POST
Deprecated.
|
static ContentType |
ContentType.COMMENT
Deprecated.
|
static ContentType |
ContentType.GLOBAL_DESCRIPTION
Deprecated.
|
static ContentType |
ContentType.PAGE
Deprecated.
|
static ContentType |
ContentType.PERSONAL_INFORMATION
Deprecated.
|
static ContentType |
ContentType.SPACE_DESCRIPTION
Deprecated.
|
static ContentType |
ContentType.STATUS_UPDATE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ContentType |
ContentType.forName(String typeName)
Deprecated.
|
ContentType |
Content.getType()
Deprecated.
|
ContentType |
ContentLink.getType()
Deprecated.
|
| Constructor and Description |
|---|
Content(Long id,
com.atlassian.fugue.Option<SpaceSummary> space,
ContentType type,
String title,
String webUrlPath,
com.atlassian.fugue.Option<String> tinyUrlPath,
HistorySummary history,
Iterable<ContentLink> ancestors,
Map<ContentRepresentation,ContentBody> body,
Map<Permission,Boolean> permissions)
Deprecated.
|
ContentLink(Long id,
com.atlassian.fugue.Option<SpaceSummary> space,
ContentType type,
String title,
String webUrlPath)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ContentType[] |
ContentLocator.getContentTypes()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContentLocator.isForContent(ContentType contentType)
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.