Uses of Class
com.atlassian.confluence.api.impl.service.content.factory.SpaceFactory
-
-
Uses of SpaceFactory in com.atlassian.confluence.api.impl
Constructors in com.atlassian.confluence.api.impl with parameters of type SpaceFactory Constructor Description DefaultApiRestEntityFactory(ContentFactory contentFactory, SpaceFactory spaceFactory, RestEntityEnrichmentManager restEntityEnrichmentManager) -
Uses of SpaceFactory in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type SpaceFactory Constructor Description SpaceServiceImpl(SpaceManagerInternal spaceManager, SpaceFactory spaceFactory, PageManagerInternal pageManager, ContentFactory contentFactory, PaginationService paginationService, PermissionManager permissionManager, ContentService contentService, SpacePermissionManager spacePermissionManager, LongRunningTaskManager longRunningTaskManager, LongTaskFactory longTaskFactory, I18NBeanFactory i18NBeanFactory, FinderProxyFactory finderProxyFactory, LabelManager labelManager, UserChecker userChecker, AccessModeService accessModeService) -
Uses of SpaceFactory in com.atlassian.confluence.api.impl.service.content.factory
Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type SpaceFactory Constructor Description ContentFactory(ContentBodyFactory contentBodyFactory, SpaceFactory spaceFactory, ContentMetadataFactory metadataFactory, VersionFactory versionFactory, HistoryFactory historyFactory, ChildContentFactory childContentFactory, ContentExtensionsFactory extensionsFactory, OperationService operationService, ContentRestrictionService contentRestrictionService, NavigationService navigationService)DefaultContentTemplateFactory(SpaceFactory spaceFactory, LabelFactory labelFactory) -
Uses of SpaceFactory in com.atlassian.confluence.api.impl.service.relation
Constructors in com.atlassian.confluence.api.impl.service.relation with parameters of type SpaceFactory Constructor Description RelatableFactory(ContentFactory contentFactory, SpaceFactory spaceFactory, PersonFactory personFactory)
-