|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ContentType in com.atlassian.confluence.legacyapi.model.content |
|---|
| Fields in com.atlassian.confluence.legacyapi.model.content declared as ContentType | |
|---|---|
static ContentType |
ContentType.BLOG_POST
|
static ContentType |
ContentType.COMMENT
|
static ContentType |
ContentType.GLOBAL_DESCRIPTION
|
static ContentType |
ContentType.PAGE
|
static ContentType |
ContentType.PERSONAL_INFORMATION
|
static ContentType |
ContentType.SPACE_DESCRIPTION
|
static ContentType |
ContentType.STATUS_UPDATE
|
| Methods in com.atlassian.confluence.legacyapi.model.content that return ContentType | |
|---|---|
static ContentType |
ContentType.forName(java.lang.String typeName)
|
ContentType |
ContentLink.getType()
|
ContentType |
Content.getType()
|
| Constructors in com.atlassian.confluence.legacyapi.model.content with parameters of type ContentType | |
|---|---|
Content(java.lang.Long id,
com.atlassian.fugue.Option<SpaceSummary> space,
ContentType type,
java.lang.String title,
java.lang.String webUrlPath,
com.atlassian.fugue.Option<java.lang.String> tinyUrlPath,
HistorySummary history,
java.lang.Iterable<ContentLink> ancestors,
java.util.Map<ContentRepresentation,ContentBody> body,
java.util.Map<Permission,java.lang.Boolean> permissions)
|
|
ContentLink(java.lang.Long id,
com.atlassian.fugue.Option<SpaceSummary> space,
ContentType type,
java.lang.String title,
java.lang.String webUrlPath)
|
|
| Uses of ContentType in com.atlassian.confluence.legacyapi.model.content.locator |
|---|
| Methods in com.atlassian.confluence.legacyapi.model.content.locator that return ContentType | |
|---|---|
ContentType[] |
ContentLocator.getContentTypes()
|
| Methods in com.atlassian.confluence.legacyapi.model.content.locator with parameters of type ContentType | |
|---|---|
boolean |
ContentLocator.isForContent(ContentType contentType)
|
| Uses of ContentType in com.atlassian.confluence.legacyapi.service.content |
|---|
| Methods in com.atlassian.confluence.legacyapi.service.content with parameters of type ContentType | |
|---|---|
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 ContentType in com.atlassian.confluence.ui.rest.service.content |
|---|
| Methods in com.atlassian.confluence.ui.rest.service.content with parameters of type ContentType | |
|---|---|
PartialList<Content> |
ContentServiceImpl.findSubContent(long id,
ContentType subContentType,
int offset,
int count,
Expansion... expansions)
|
PartialList<ContentTree> |
ContentServiceImpl.findSubContentTree(long parentId,
ContentType subContentType,
Expansion... expansions)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||