Interface ContentVersionService.ParameterVersionFinder
- All Superinterfaces:
ManyFetcher<Version>
- All Known Subinterfaces:
ContentVersionService.VersionFinder
- Enclosing interface:
- ContentVersionService
Finder interface that allows to fetchMany(PageRequest) operation
-
Method Summary
Modifier and TypeMethodDescriptionWhen query with Id, it will return list of Versions ordered by descending version.Methods inherited from interface com.atlassian.confluence.api.service.finder.ManyFetcher
fetchMany
-
Method Details
-
withId
When query with Id, it will return list of Versions ordered by descending version. e.g.: CURRENT version is item 0 and so on.- Parameters:
contentId
- ContentId of the CURRENT version content.- Returns:
- A ManyFetcher that can be used to fetch a list of versions.
-