Uses of Interface
com.atlassian.confluence.api.impl.service.content.finder.FinderProxyFactory
-
-
Uses of FinderProxyFactory in com.atlassian.confluence.api.impl.service.content
-
Uses of FinderProxyFactory in com.atlassian.confluence.api.impl.service.content.finder
Classes in com.atlassian.confluence.api.impl.service.content.finder that implement FinderProxyFactory Modifier and Type Class Description classFinderProxyFactoryImplConstructors in com.atlassian.confluence.api.impl.service.content.finder with parameters of type FinderProxyFactory Constructor Description ContentFinderFactory(ContentFactory contentFactory, PageManagerInternal pageManager, SpaceManager spaceManager, PaginationService paginationService, AttachmentContentTypeApiSupport attachmentContentTypeBinding, ContentEntityManagerInternal contentEntityManager, PermissionManager permissionManager, FinderProxyFactory finderProxyFactory)VersionFinderFactory(FinderProxyFactory finderProxyFactory, ContentEntityManagerInternal contentEntityManagerInternal, VersionFactory versionFactory, ContentFactory contentFactory) -
Uses of FinderProxyFactory in com.atlassian.confluence.api.impl.service.people
Constructors in com.atlassian.confluence.api.impl.service.people with parameters of type FinderProxyFactory Constructor Description GroupServiceImpl(com.atlassian.user.GroupManager groupManager, ConfluenceAccessManager confluenceAccessManager, UserAccessorInternal userAccessor, GroupFactory groupFactory, FinderProxyFactory finderProxyFactory)PersonServiceImpl(PermissionManager permissionManager, PersonFactory personFactory, UserAccessorInternal userAccessor, com.atlassian.user.GroupManager groupManager, FinderProxyFactory finderProxyFactory, LongRunningTaskManager longRunningTaskManager, LongTaskFactory longTaskFactory, I18NBeanFactory i18NBeanFactory, SettingsManager settingsManager, com.atlassian.event.api.EventPublisher eventPublisher)
-