Uses of Interface
com.atlassian.confluence.content.ContentTypeManager
-
-
Uses of ContentTypeManager in com.atlassian.confluence.content.apisupport
Constructors in com.atlassian.confluence.content.apisupport with parameters of type ContentTypeManager Constructor Description ContentTypeApiSupportProvider(List<com.google.common.base.Supplier<ContentTypeApiSupport>> bundledBindings, ContentTypeManager customContentTypeManager) -
Uses of ContentTypeManager in com.atlassian.confluence.content.persistence.hibernate
Methods in com.atlassian.confluence.content.persistence.hibernate with parameters of type ContentTypeManager Modifier and Type Method Description voidPluginContentHibernateInterceptor. setContentTypeManager(ContentTypeManager contentTypeManager) -
Uses of ContentTypeManager in com.atlassian.confluence.content.ui
Constructors in com.atlassian.confluence.content.ui with parameters of type ContentTypeManager Constructor Description DefaultContentUiSupport(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, ContentTypeManager contentTypeManager) -
Uses of ContentTypeManager in com.atlassian.confluence.impl.content
Classes in com.atlassian.confluence.impl.content that implement ContentTypeManager Modifier and Type Class Description classDefaultContentTypeManagerAContentTypeManagerimplementation backed by aContentTypeModuleResolver.Methods in com.atlassian.confluence.impl.content with parameters of type ContentTypeManager Modifier and Type Method Description voidDefaultCustomContentManager. setContentTypeManager(ContentTypeManager contentTypeManager)Constructors in com.atlassian.confluence.impl.content with parameters of type ContentTypeManager 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) -
Uses of ContentTypeManager in com.atlassian.confluence.plugins.rest.entities.builders
Constructors in com.atlassian.confluence.plugins.rest.entities.builders with parameters of type ContentTypeManager Constructor Description CustomContentEntityBuilder(SettingsManager settingsManager, DateEntityFactory dateEntityFactory, UserEntityHelper userEntityHelper, ContentTypeManager contentTypeManager)DefaultEntityBuilderFactory(SettingsManager settingsManager, DateEntityFactory dateEntityFactory, DefaultRestAttachmentManager restAttachmentManager, AnyTypeDao anyTypeDao, UserAccessor userAccessor, UserEntityHelper userEntityHelper, ContentTypeManager contentTypeManager)Deprecated.since 5.10DefaultEntityBuilderFactory(SettingsManager settingsManager, DateEntityFactory dateEntityFactory, DefaultRestAttachmentManager restAttachmentManager, AnyTypeDao anyTypeDao, UserAccessor userAccessor, UserEntityHelper userEntityHelper, ContentTypeManager contentTypeManager, AvatarProviderAccessor avatarProviderAccessor, AttachmentManager attachmentManager) -
Uses of ContentTypeManager in com.atlassian.confluence.security
Methods in com.atlassian.confluence.security with parameters of type ContentTypeManager Modifier and Type Method Description voidDefaultPermissionManager. setContentTypeManager(ContentTypeManager contentTypeManager)Deprecated. -
Uses of ContentTypeManager in com.atlassian.confluence.security.delegate
Methods in com.atlassian.confluence.security.delegate with parameters of type ContentTypeManager Modifier and Type Method Description voidAttachmentPermissionsDelegate. setContentTypeManager(ContentTypeManager contentTypeManager)
-