Package | Description |
---|---|
com.atlassian.confluence.api.service.content | |
com.atlassian.confluence.impl.service.finder.content |
Modifier and Type | Interface and Description |
---|---|
static interface |
ContentService.ContentFinder
A finder for locating content
|
Modifier and Type | Method and Description |
---|---|
ContentService.ParameterContentFinder |
ContentService.ParameterContentFinder.withContainer(Container container)
Restrict the fetched content to those with the given Container, this will by proxy
restrict to certain types of content, as different types of content can have different
types of containers.
|
ContentService.ParameterContentFinder |
ContentService.ParameterContentFinder.withCreatedDate(org.joda.time.LocalDate time)
Restrict the fetched content to those created / published on the given date
|
ContentService.ParameterContentFinder |
ContentService.ParameterContentFinder.withId(ContentId first,
ContentId... tail)
Restrict the fetched content to those with the given ids, requires at least
two ContentIds.
|
ContentService.ParameterContentFinder |
ContentService.ParameterContentFinder.withId(Iterable<ContentId> contentIds)
Restrict the fetched content to those with the given ids
|
ContentService.ParameterContentFinder |
ContentService.ParameterContentFinder.withSpace(Space... space)
Restrict the fetched content to those in the given spaces.
|
ContentService.ParameterContentFinder |
ContentService.ParameterContentFinder.withTitle(String title)
Restrict the fetched content to those with the given title
|
ContentService.ParameterContentFinder |
ContentService.ParameterContentFinder.withType(ContentType... type)
Restrict the fetched content to those matching the given contentType
|
Modifier and Type | Class and Description |
---|---|
class |
NoopContentFinder |
Modifier and Type | Method and Description |
---|---|
ContentService.ParameterContentFinder |
NoopContentFinder.withContainer(Container container) |
ContentService.ParameterContentFinder |
NoopContentFinder.withCreatedDate(org.joda.time.LocalDate time) |
ContentService.ParameterContentFinder |
NoopContentFinder.withId(ContentId first,
ContentId... tail) |
ContentService.ParameterContentFinder |
NoopContentFinder.withId(Iterable<ContentId> contentIds) |
ContentService.ParameterContentFinder |
NoopContentFinder.withSpace(Space... space) |
ContentService.ParameterContentFinder |
NoopContentFinder.withTitle(String title) |
ContentService.ParameterContentFinder |
NoopContentFinder.withType(ContentType... type) |
Copyright © 2003–2020 Atlassian. All rights reserved.