|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Content in com.atlassian.confluence.legacyapi.model.content |
|---|
| Methods in com.atlassian.confluence.legacyapi.model.content that return Content | |
|---|---|
Content |
ContentTree.getContent()
|
| Constructors in com.atlassian.confluence.legacyapi.model.content with parameters of type Content | |
|---|---|
ContentTree(PartialList<ContentTree> children,
Content content)
|
|
| Uses of Content in com.atlassian.confluence.legacyapi.service.content |
|---|
| Methods in com.atlassian.confluence.legacyapi.service.content that return types with arguments of type Content | |
|---|---|
com.atlassian.fugue.Option<Content> |
ContentService.find(ContentLocator locator,
Expansion... expansions)
Retrieve a piece of content by some more complex criteria (defined by the ContentLocator). |
com.atlassian.fugue.Option<Content> |
ContentService.findById(long id,
Expansion... expansions)
Retrieve a piece of content by its ID. |
com.atlassian.fugue.Option<Content> |
ContentService.findCurrentVersion(long id,
Expansion... expansions)
Retrieve the next version of a piece of content, if it exists |
com.atlassian.fugue.Option<Content> |
ContentService.findNextVersion(long id,
Expansion... expansions)
Retrieve the next version of a piece of content, if it exists |
com.atlassian.fugue.Option<Content> |
ContentService.findPreviousVersion(long id,
Expansion... expansions)
Retrieve the next version of a piece of content, if it exists |
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. |
| Uses of Content in com.atlassian.confluence.ui.rest.builder |
|---|
| Methods in com.atlassian.confluence.ui.rest.builder that return Content | |
|---|---|
Content |
ContentBuilder.buildFrom(ContentEntityObject entity,
Expansions expansions)
|
| Uses of Content in com.atlassian.confluence.ui.rest.service.content |
|---|
| Methods in com.atlassian.confluence.ui.rest.service.content that return types with arguments of type Content | |
|---|---|
com.atlassian.fugue.Option<Content> |
ContentServiceImpl.find(ContentLocator locator,
Expansion... expansions)
|
com.atlassian.fugue.Option<Content> |
ContentServiceImpl.findById(long id,
Expansion... expansions)
|
com.atlassian.fugue.Option<Content> |
ContentServiceImpl.findCurrentVersion(long id,
Expansion... expansions)
|
com.atlassian.fugue.Option<Content> |
ContentServiceImpl.findNextVersion(long id,
Expansion... expansions)
|
com.atlassian.fugue.Option<Content> |
ContentServiceImpl.findPreviousVersion(long id,
Expansion... expansions)
|
PartialList<Content> |
ContentServiceImpl.findSubContent(long id,
ContentType subContentType,
int offset,
int count,
Expansion... expansions)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||