|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ContentService.ContentFinder
A finder for locating content
| Method Summary | |
|---|---|
ContentService.SingleContentFetcher |
withId(ContentId contentId)
Restrict the fetched content to that with the given ContentId |
ContentService.SingleContentFetcher |
withIdAndVersion(ContentId contentId,
int version)
Restrict the fetched content to that matching the given version |
ContentService.SingleContentFetcher |
withLocator(ContentLocator locator)
Restrict the fetched content to that matching the given ContentLocator, a ContentLocator identifies a single piece of content. |
| Methods inherited from interface com.atlassian.confluence.api.service.content.ContentService.ParameterContentFinder |
|---|
withAnyStatus, withContainer, withCreatedDate, withSpace, withStatus, withStatus, withTitle, withType |
| Methods inherited from interface com.atlassian.confluence.api.service.content.ContentService.ContentFetcher |
|---|
fetchMany, fetchMappedByContentType |
| Methods inherited from interface com.atlassian.confluence.api.service.finder.SingleFetcher |
|---|
fetchOne, fetchOneOrNull |
| Method Detail |
|---|
ContentService.SingleContentFetcher withId(ContentId contentId)
contentId - the id of the content to fetch
ContentService.SingleContentFetcher withIdAndVersion(ContentId contentId,
int version)
ContentService.SingleContentFetcher withLocator(ContentLocator locator)
locator - the content locator to use to find the content
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||