|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Expansion in com.atlassian.confluence.legacyapi.service |
|---|
| Methods in com.atlassian.confluence.legacyapi.service that return Expansion | |
|---|---|
Expansion[] |
Expansions.toArray()
|
| Constructors in com.atlassian.confluence.legacyapi.service with parameters of type Expansion | |
|---|---|
Expansions(Expansion... expansions)
|
|
| Constructor parameters in com.atlassian.confluence.legacyapi.service with type arguments of type Expansion | |
|---|---|
Expansions(java.lang.Iterable<Expansion> expansions)
|
|
| Uses of Expansion in com.atlassian.confluence.legacyapi.service.content |
|---|
| Methods in com.atlassian.confluence.legacyapi.service.content with parameters of type Expansion | |
|---|---|
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. |
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 Expansion in com.atlassian.confluence.ui.rest |
|---|
| Methods in com.atlassian.confluence.ui.rest that return Expansion | |
|---|---|
static Expansion[] |
ExpansionsParser.parse(java.lang.String expand)
|
| Uses of Expansion in com.atlassian.confluence.ui.rest.service.content |
|---|
| Methods in com.atlassian.confluence.ui.rest.service.content with parameters of type Expansion | |
|---|---|
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)
|
PartialList<ContentTree> |
ContentServiceImpl.findSubContentTree(long parentId,
ContentType subContentType,
Expansion... expansions)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||