Interface ContentVersionService.ParameterVersionFinder
-
- All Superinterfaces:
ManyFetcher<Version>
- All Known Subinterfaces:
ContentVersionService.VersionFinder
- Enclosing interface:
- ContentVersionService
public static interface ContentVersionService.ParameterVersionFinder extends ManyFetcher<Version>
Finder interface that allows to fetchMany(PageRequest) operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentVersionService.ParameterVersionFinder
withId(ContentId contentId)
When 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 Detail
-
withId
ContentVersionService.ParameterVersionFinder withId(ContentId contentId)
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.
-
-