| Package | Description |
|---|---|
| com.atlassian.confluence.api.service.content | |
| com.atlassian.confluence.impl.service.finder.content |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContentService.ContentFetcher
A content fetcher that also allows fetching many, this exists as a separate interface
to allow the type system to only offer fetchMany methods when appropriate.
|
static interface |
ContentService.ContentFinder
A finder for locating content
|
static interface |
ContentService.ParameterContentFinder
A content finder allowing various parameters to be set to restrict the fetched content.
|
| Modifier and Type | Method and Description |
|---|---|
ContentService.SingleContentFetcher |
ContentService.ContentFinder.withId(ContentId contentId)
Restrict the fetched content to that with the given ContentId
|
ContentService.SingleContentFetcher |
ContentService.ContentFinder.withIdAndVersion(ContentId contentId,
int version)
Restrict the fetched content to that matching the given version
|
ContentService.SingleContentFetcher |
ContentService.ContentFinder.withLocator(ContentLocator locator)
Restrict the fetched content to that matching the given ContentLocator, a ContentLocator
identifies a single piece of content.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoopContentFinder |
| Modifier and Type | Method and Description |
|---|---|
ContentService.SingleContentFetcher |
NoopContentFinder.withId(ContentId contentId) |
ContentService.SingleContentFetcher |
NoopContentFinder.withIdAndVersion(ContentId contentId,
int version) |
ContentService.SingleContentFetcher |
NoopContentFinder.withLocator(ContentLocator locator) |
Copyright © 2003–2019 Atlassian. All rights reserved.