Package | Description |
---|---|
com.atlassian.confluence.content | |
com.atlassian.confluence.content.persistence.hibernate |
Constructor and Description |
---|
DefaultCustomContentManager(CustomContentDao customContentDao,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<? extends WikiToStorageConverter> wikiToStorageConverterRef,
com.atlassian.event.api.EventPublisher eventPublisher,
ContentTypeManager contentTypeManager,
RelationManager relationManager,
ContentFactory contentFactory,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext)
Deprecated.
since 7.12
|
DefaultCustomContentManager(CustomContentDao customContentDao,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<? extends WikiToStorageConverter> wikiToStorageConverterRef,
com.atlassian.event.api.EventPublisher eventPublisher,
ContentTypeManager contentTypeManager,
RelationManager relationManager,
ContentFactory contentFactory,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker) |
DefaultCustomContentManager(CustomContentDao customContentDao,
LinkManager linkManager,
ConfluenceIndexer indexer,
LabelManager labelManager,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<XhtmlContent> xhtmlContent,
com.atlassian.event.api.EventPublisher eventPublisher,
NotificationManager notificationManager,
ContentTypeManager contentTypeManager,
RelationManager relationManager,
ContentFactory contentFactory,
com.google.common.base.Supplier<UserAccessor> userAccessor,
com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManager,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext)
Deprecated.
since 7.5
|
Modifier and Type | Class and Description |
---|---|
class |
PluginContentHibernateDao
Hibernate Implementation of the CustomContentDao
|
Copyright © 2003–2023 Atlassian. All rights reserved.