Uses of Interface
com.atlassian.confluence.api.service.content.ContentVersionService.VersionFinder
-
-
Uses of ContentVersionService.VersionFinder in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return ContentVersionService.VersionFinder Modifier and Type Method Description ContentVersionService.VersionFinder
ContentVersionServiceImpl. find(Expansion... expansions)
-
Uses of ContentVersionService.VersionFinder in com.atlassian.confluence.api.impl.service.content.finder
Methods in com.atlassian.confluence.api.impl.service.content.finder that return ContentVersionService.VersionFinder Modifier and Type Method Description ContentVersionService.VersionFinder
VersionFinderFactory. createVersionFinder(ContentVersionServiceImpl contentVersionService, Expansion... expansions)
-
Uses of ContentVersionService.VersionFinder in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return ContentVersionService.VersionFinder Modifier and Type Method Description ContentVersionService.VersionFinder
ContentVersionService. find(Expansion... expansions)
Returns a finder interface for setting search criterion for versions or content.
-