Uses of Interface
com.atlassian.confluence.api.service.content.ContentVersionService.ParameterVersionFinder
-
Packages that use ContentVersionService.ParameterVersionFinder Package Description com.atlassian.confluence.api.service.content -
-
Uses of ContentVersionService.ParameterVersionFinder in com.atlassian.confluence.api.service.content
Subinterfaces of ContentVersionService.ParameterVersionFinder in com.atlassian.confluence.api.service.content Modifier and Type Interface Description static interface
ContentVersionService.VersionFinder
Finder interface that allows to fetchOne() to find A versioned content.Methods in com.atlassian.confluence.api.service.content that return ContentVersionService.ParameterVersionFinder Modifier and Type Method Description ContentVersionService.ParameterVersionFinder
ContentVersionService.ParameterVersionFinder. withId(ContentId contentId)
When query with Id, it will return list of Versions ordered by descending version.
-