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 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.