Uses of Class
com.atlassian.confluence.api.impl.service.content.factory.ContentFactory
-
-
Uses of ContentFactory in com.atlassian.confluence.api.impl
Constructors in com.atlassian.confluence.api.impl with parameters of type ContentFactory Constructor Description DefaultApiRestEntityFactory(ContentFactory contentFactory, SpaceFactory spaceFactory, RestEntityEnrichmentManager restEntityEnrichmentManager) -
Uses of ContentFactory in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type ContentFactory Constructor Description AttachmentServiceImpl(PermissionManager permissionManager, ContentEntityManager contentEntityManager, FileUploadManager fileUploadManager, AttachmentManagerInternal attachmentManager, ContentFactory contentFactory, AttachmentContentTypeApiSupport binding, FinderProxyFactory finderProxyFactory, ContentTrashService trashService)ContentServiceImpl(PermissionManager permissionManager, ContentFactory contentFactory, ContentFinderFactory contentFinderFactory, ContentTrashService trashService, ApiSupportProvider apiSupportProvider, ContentEntityManagerInternal contentEntityManager, UserChecker userChecker, com.google.common.base.Supplier<TouchRelationSupport> touchRelationSupportSupplier, com.atlassian.event.api.EventPublisher eventPublisher)ContentVersionServiceImpl(VersionFinderFactory versionFinderFactory, ContentEntityManagerInternal contentEntityManagerInternal, PermissionManager permissionManager, VersionFactory versionFactory, ContentFactory contentFactory)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 ContentFactory in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContentFactory Modifier and Type Method Description VersionVersionFactory. build(ContentEntityObject entity, Expansions subExpansions, ContentFactory contentFactory)Reference<History>HistoryFactory. buildRef(ContentEntityObject entity, Reference<Content> contentReference, List<ConfluenceUser> editContributors, Fauxpansions fauxpansions, ContentFactory contentFactory)Reference<Version>VersionFactory. buildRef(ContentEntityObject entity, Fauxpansions fauxpansions, ContentFactory contentFactory)Map<ContentEntityObject,Reference<History>>HistoryFactory. buildReferences(Iterable<ContentEntityObject> ceos, Fauxpansions historyExpansions, ContentFactory contentFactory)Map<ContentRepresentation,ContentBody>ContentBodyFactory. makeContentBodies(ContentEntityObject ceo, BodyContent bodyContent, Expansions expansions, ContentFactory contentFactory)Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContentFactory Constructor Description DefaultContentBlueprintInstanceFactory(ContentFactory contentFactory)Constructor parameters in com.atlassian.confluence.api.impl.service.content.factory with type arguments of type ContentFactory Constructor Description SpaceFactory(SpaceLogoManager spaceLogoManager, SpaceManager spaceManager, com.google.common.base.Supplier<ContentFactory> contentFactorySupplier, SpaceMetadataFactory spaceMetadataFactory, PermissionManager permissionManager, SpaceRetentionPolicyService spaceRetentionPolicyService) -
Uses of ContentFactory in com.atlassian.confluence.api.impl.service.content.finder
Constructors in com.atlassian.confluence.api.impl.service.content.finder with parameters of type ContentFactory 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 ContentFactory in com.atlassian.confluence.api.impl.service.content.typebinding
Constructors in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type ContentFactory Constructor Description AttachmentContentTypeApiSupport(ContentEntityManager contentEntityManager, ContentFactory contentFactory, AttachmentManagerInternal attachmentManager, PaginationService paginationService, PermissionManager permissionManager, ApiSupportProvider apiSupportProvider, ContentCreator contentCreator, ThumbnailManager thumbnailManager)CommentContentTypeApiSupport(CommentManagerInternal commentManager, PaginationService paginationService, ContentFactory contentFactory, PermissionManager permissionManager, ContentEntityManager contentEntityManager, ApiSupportProvider apiSupportProvider, CommentService commentService, ContentBodyConversionService contentBodyConversionService, com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.event.api.EventPublisher eventPublisher)PageContentTypeApiSupport(ContentFactory contentFactory, PageManagerInternal pageManager, SpaceManager spaceManager, PaginationService paginationService, ApiSupportProvider apiSupportProvider, ContentCreator contentCreator, com.atlassian.event.api.EventPublisher eventPublisher, PageTemplateManager pageTemplateManager) -
Uses of ContentFactory in com.atlassian.confluence.api.impl.service.permissions
Constructor parameters in com.atlassian.confluence.api.impl.service.permissions with type arguments of type ContentFactory Constructor Description ContentRestrictionFactory(PersonFactory personFactory, com.google.common.base.Supplier<ContentFactory> contentFactorySupplier, NavigationService navigationService) -
Uses of ContentFactory in com.atlassian.confluence.api.impl.service.relation
Constructors in com.atlassian.confluence.api.impl.service.relation with parameters of type ContentFactory Constructor Description RelatableFactory(ContentFactory contentFactory, SpaceFactory spaceFactory, PersonFactory personFactory) -
Uses of ContentFactory in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content with parameters of type ContentFactory Modifier and Type Method Description voidDefaultCustomContentManager. setContentFactory(ContentFactory contentFactory)Constructors in com.atlassian.confluence.impl.content with parameters of type ContentFactory Constructor Description DefaultCustomContentManager(CustomContentDao customContentDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, ContentTypeManager contentTypeManager, RelationManager relationManager, ContentFactory contentFactory, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker)
-