Class VersionFinderFactory
- java.lang.Object
-
- com.atlassian.confluence.api.impl.service.content.finder.VersionFinderFactory
-
public class VersionFinderFactory extends Object
Factory create a VersionFinder for ContentVersionService- Since:
- 5.10
-
-
Constructor Summary
Constructors Constructor Description VersionFinderFactory(FinderProxyFactory finderProxyFactory, ContentEntityManagerInternal contentEntityManagerInternal, VersionFactory versionFactory, ContentFactory contentFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentVersionService.VersionFinder
createVersionFinder(ContentVersionServiceImpl contentVersionService, Expansion... expansions)
-
-
-
Constructor Detail
-
VersionFinderFactory
public VersionFinderFactory(FinderProxyFactory finderProxyFactory, ContentEntityManagerInternal contentEntityManagerInternal, VersionFactory versionFactory, ContentFactory contentFactory)
-
-
Method Detail
-
createVersionFinder
public ContentVersionService.VersionFinder createVersionFinder(ContentVersionServiceImpl contentVersionService, Expansion... expansions)
-
-