Uses of Interface
com.atlassian.confluence.core.ContentPropertyManager
Packages that use ContentPropertyManager
Package
Description
-
Uses of ContentPropertyManager in com.atlassian.confluence.content.apisupport
Constructors in com.atlassian.confluence.content.apisupport with parameters of type ContentPropertyManagerModifierConstructorDescriptionDraftAttributesCopier
(AttachmentManager attachmentManager, LabelManager labelManager, ContentPermissionManager contentPermissionManager, ContentPropertyManager contentPropertyManager, ContentPropertyService contentPropertyService) -
Uses of ContentPropertyManager in com.atlassian.confluence.content.render.xhtml.view.inlinetask
Constructors in com.atlassian.confluence.content.render.xhtml.view.inlinetask with parameters of type ContentPropertyManagerModifierConstructorDescriptionViewInlineTaskUnmarshaller
(XmlEventReaderFactory xmlEventReaderFactory, ContentPropertyManager contentPropertyManager) -
Uses of ContentPropertyManager in com.atlassian.confluence.event.listeners
Constructors in com.atlassian.confluence.event.listeners with parameters of type ContentPropertyManagerModifierConstructorDescriptionRemoveContentPropertiesOnRemoveContentListener
(ContentPropertyManager contentPropertyManager) -
Uses of ContentPropertyManager in com.atlassian.confluence.impl.content
Classes in com.atlassian.confluence.impl.content that implement ContentPropertyManagerConstructors in com.atlassian.confluence.impl.content with parameters of type ContentPropertyManagerModifierConstructorDescriptionDefaultPageManager
(PageDaoInternal pageDao, ContentEntityObjectDaoInternal contentEntityObjectDao, HibernateSessionManager5 hibernateSessionManager5, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostDao blogPostDao, AbstractPageDaoInternal abstractPageDao, SpaceDao spaceDao, ContentPropertyManager contentPropertyManager, PermissionManager permissionManager, LoginManager loginManager, ExceptionTolerantMigrator revertedContentMigrator, CollaborativeEditingHelper collaborativeEditingHelper, RelationManager relationManager, SpacePermissionQueryManager spacePermissionQueryManager, ContentPermissionManager contentPermissionManager, com.atlassian.beehive.ClusterLockService clusterLockService, org.springframework.transaction.PlatformTransactionManager transactionManager, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager, UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler, org.hibernate.SessionFactory sessionFactory, NotificationManager notificationManager, Function<PageManagerInternal, BulkPageCopy> bulkPageCopyFactory, Function<PageManagerInternal, BulkPageDelete> bulkPageDeleteFactory, User2ContentHibernateRelationDao user2ContentHibernateRelationDao) -
Uses of ContentPropertyManager in com.atlassian.confluence.pages
Constructors in com.atlassian.confluence.pages with parameters of type ContentPropertyManagerModifierConstructorDescriptionDefaultDraftsTransitionHelper
(PageManagerInternal pageManager, DraftManager draftManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager, ContentPermissionManager contentPermissionManager, ContentPropertyManager contentPropertyManager, LabelManager labelManager, CollaborativeEditingHelper collaborativeEditingHelper) -
Uses of ContentPropertyManager in com.atlassian.confluence.pages.persistence.dao.bulk.copy
Constructors in com.atlassian.confluence.pages.persistence.dao.bulk.copy with parameters of type ContentPropertyManagerModifierConstructorDescriptionDefaultBulkPageCopy
(org.hibernate.SessionFactory sessionFactory5, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, ContentPropertyManager contentPropertyManager, AttachmentManager attachmentManager, LinksUpdater linksUpdater, com.atlassian.beehive.ClusterLockService lockService, PageManagerInternal pageManager, SpacePermissionManager spacePermissionManager, com.atlassian.event.api.EventPublisher eventPublisher) Deprecated.since 8.0.0DefaultBulkPageCopy
(org.hibernate.SessionFactory sessionFactory5, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, ContentPropertyManager contentPropertyManager, AttachmentManager attachmentManager, LinksUpdater linksUpdater, com.atlassian.beehive.ClusterLockService lockService, PageManagerInternal pageManager, SpacePermissionManager spacePermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPropertyService contentPropertyService) -
Uses of ContentPropertyManager in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type ContentPropertyManagerModifier and TypeMethodDescriptionvoid
FuncTestRpcHandlerImpl.setContentPropertyManager
(ContentPropertyManager contentPropertyManager) -
Uses of ContentPropertyManager in com.atlassian.confluence.user
Constructors in com.atlassian.confluence.user with parameters of type ContentPropertyManagerModifierConstructorDescriptionDefaultUserDetailsManager
(ContentPropertyManager contentPropertyManager, PersonalInformationManager personalInformationManager) -
Uses of ContentPropertyManager in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util with parameters of type ContentPropertyManagerModifier and TypeMethodDescriptionvoid
ContentMacrosHelper.setContentPropertyManager
(ContentPropertyManager contentPropertyManager)