Uses of Class
com.atlassian.confluence.api.impl.service.content.factory.VersionFactory
-
-
Uses of VersionFactory in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type VersionFactory Constructor Description ContentVersionServiceImpl(VersionFinderFactory versionFinderFactory, ContentEntityManagerInternal contentEntityManagerInternal, PermissionManager permissionManager, VersionFactory versionFactory, ContentFactory contentFactory) -
Uses of VersionFactory in com.atlassian.confluence.api.impl.service.content.factory
Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type VersionFactory Constructor Description ContentFactory(ContentBodyFactory contentBodyFactory, SpaceFactory spaceFactory, ContentMetadataFactory metadataFactory, VersionFactory versionFactory, HistoryFactory historyFactory, ChildContentFactory childContentFactory, ContentExtensionsFactory extensionsFactory, OperationService operationService, ContentRestrictionService contentRestrictionService, NavigationService navigationService)HistoryFactory(PersonFactory personFactory, VersionFactory versionFactory, ContentEntityManager contentEntityManager, ContributorsFactory contributorsFactory, ContentEntityObjectDao contentEntityObjectDao) -
Uses of VersionFactory in com.atlassian.confluence.api.impl.service.content.finder
Constructors in com.atlassian.confluence.api.impl.service.content.finder with parameters of type VersionFactory Constructor Description VersionFinderFactory(FinderProxyFactory finderProxyFactory, ContentEntityManagerInternal contentEntityManagerInternal, VersionFactory versionFactory, ContentFactory contentFactory)
-