Modifier and Type | Method and Description |
---|---|
Expansion[] |
Expansions.toArray() |
Constructor and Description |
---|
Expansions(Expansion... expansions) |
Constructor and Description |
---|
Expansions(Iterable<Expansion> expansions) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Expansion[] |
LegacyExpansionsParser.parse(String expand)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<Content> |
LegacyContentServiceImpl.find(ContentLocator locator,
Expansion... expansions) |
com.atlassian.fugue.Option<Content> |
LegacyContentServiceImpl.findById(long id,
Expansion... expansions) |
com.atlassian.fugue.Option<Content> |
LegacyContentServiceImpl.findCurrentVersion(long id,
Expansion... expansions) |
com.atlassian.fugue.Option<Content> |
LegacyContentServiceImpl.findNextVersion(long id,
Expansion... expansions) |
com.atlassian.fugue.Option<Content> |
LegacyContentServiceImpl.findPreviousVersion(long id,
Expansion... expansions) |
PartialList<Content> |
LegacyContentServiceImpl.findSubContent(long id,
ContentType subContentType,
int offset,
int count,
Expansion... expansions) |
PartialList<ContentTree> |
LegacyContentServiceImpl.findSubContentTree(long parentId,
ContentType subContentType,
Expansion... expansions) |
Copyright © 2003–2018 Atlassian. All rights reserved.