Interface ContentVersionService.ParameterVersionFinder

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