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.VersionFinderContentVersionServiceImpl. 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.VersionFinderVersionFinderFactory. 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.VersionFinderContentVersionService. find(Expansion... expansions)Returns a finder interface for setting search criterion for versions or content.
-