Uses of Interface
com.atlassian.confluence.core.persistence.ContentEntityObjectDao
-
-
Uses of ContentEntityObjectDao in com.atlassian.confluence.api.impl.service.content.factory
Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContentEntityObjectDao Constructor Description HistoryFactory(PersonFactory personFactory, VersionFactory versionFactory, ContentEntityManager contentEntityManager, ContributorsFactory contributorsFactory, ContentEntityObjectDao contentEntityObjectDao) -
Uses of ContentEntityObjectDao in com.atlassian.confluence.content.persistence
Subinterfaces of ContentEntityObjectDao in com.atlassian.confluence.content.persistence Modifier and Type Interface Description interfaceCustomContentDao -
Uses of ContentEntityObjectDao in com.atlassian.confluence.content.persistence.hibernate
Classes in com.atlassian.confluence.content.persistence.hibernate that implement ContentEntityObjectDao Modifier and Type Class Description classPluginContentHibernateDaoHibernate Implementation of the CustomContentDao -
Uses of ContentEntityObjectDao in com.atlassian.confluence.content.render.xhtml.migration
Subinterfaces of ContentEntityObjectDao in com.atlassian.confluence.content.render.xhtml.migration Modifier and Type Interface Description interfaceContentDaoDAO to allow us to load content objects by id for migration.Classes in com.atlassian.confluence.content.render.xhtml.migration that implement ContentEntityObjectDao Modifier and Type Class Description classDefaultContentDaoGeneric DAO for hibernate objects. -
Uses of ContentEntityObjectDao in com.atlassian.confluence.core.persistence.hibernate
Classes in com.atlassian.confluence.core.persistence.hibernate that implement ContentEntityObjectDao Modifier and Type Class Description classContentEntityObjectHibernateDao -
Uses of ContentEntityObjectDao in com.atlassian.confluence.impl.content
Constructors in com.atlassian.confluence.impl.content with parameters of type ContentEntityObjectDao Constructor Description DefaultCommentManager(ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, CommentDaoInternal commentDao, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker)DefaultContentEntityManager(ContentEntityObjectDao<? extends ContentEntityObject> contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker)DefaultPersonalInformationManager(ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, PersonalInformationDao personalInformationDao, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker)DefaultSpaceDescriptionManager(ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao, org.hibernate.SessionFactory sessionFactory, WikiToStorageConverter wikiToStorageConverter, com.atlassian.event.api.EventPublisher eventPublisher, RelationManager relationManager, CollaborativeEditingHelper collaborativeEditingHelper, AuditingContext auditingContext, RetentionFeatureChecker retentionFeatureChecker) -
Uses of ContentEntityObjectDao in com.atlassian.confluence.impl.pages.persistence.dao
Classes in com.atlassian.confluence.impl.pages.persistence.dao that implement ContentEntityObjectDao Modifier and Type Class Description classReadThroughCachingPageDaoThis maintains a cache of (space key, page title) -> (page id) mappings. -
Uses of ContentEntityObjectDao in com.atlassian.confluence.impl.search.v2.extractor
Constructors in com.atlassian.confluence.impl.search.v2.extractor with parameters of type ContentEntityObjectDao Constructor Description ContentModifiersBulkExtractor(ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao) -
Uses of ContentEntityObjectDao in com.atlassian.confluence.internal.content.render.xhtml.migration
Subinterfaces of ContentEntityObjectDao in com.atlassian.confluence.internal.content.render.xhtml.migration Modifier and Type Interface Description interfaceContentDaoInternalDAO to allow us to load content objects by id for migration. -
Uses of ContentEntityObjectDao in com.atlassian.confluence.internal.pages.persistence
Subinterfaces of ContentEntityObjectDao in com.atlassian.confluence.internal.pages.persistence Modifier and Type Interface Description interfacePageDaoInternalDao for Pages. -
Uses of ContentEntityObjectDao in com.atlassian.confluence.internal.persistence
Subinterfaces of ContentEntityObjectDao in com.atlassian.confluence.internal.persistence Modifier and Type Interface Description interfaceContentEntityObjectDaoInternal<T extends ContentEntityObject>A Dao for ContentEntityObjects. -
Uses of ContentEntityObjectDao in com.atlassian.confluence.internal.persistence.hibernate
Classes in com.atlassian.confluence.internal.persistence.hibernate that implement ContentEntityObjectDao Modifier and Type Class Description classAbstractContentEntityObjectHibernateDao<T extends ContentEntityObject> -
Uses of ContentEntityObjectDao in com.atlassian.confluence.labels.persistence.dao.hibernate
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate with parameters of type ContentEntityObjectDao Modifier and Type Method Description voidHibernateLabelDao. setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) -
Uses of ContentEntityObjectDao in com.atlassian.confluence.pages
Constructors in com.atlassian.confluence.pages with parameters of type ContentEntityObjectDao Constructor Description DefaultAttachmentManager(AttachmentDaoInternal attachmentDao, ContentEntityObjectDao contentEntityObjectDao, com.atlassian.event.api.EventPublisher eventPublisher, UserAccessor userAccessor, NotificationManager notificationManager, RelationManager relationManager, RetentionFeatureChecker retentionFeatureChecker)Deprecated.since 7.14DefaultAttachmentManager(AttachmentDaoInternal attachmentDao, ContentEntityObjectDao contentEntityObjectDao, com.atlassian.event.api.EventPublisher eventPublisher, UserAccessor userAccessor, NotificationManager notificationManager, RelationManager relationManager, RetentionFeatureChecker retentionFeatureChecker, ContentReconciliationManager reconciliationManager)Deprecated.since 7.16 -
Uses of ContentEntityObjectDao in com.atlassian.confluence.pages.persistence.dao
Subinterfaces of ContentEntityObjectDao in com.atlassian.confluence.pages.persistence.dao Modifier and Type Interface Description interfacePageDaoClasses in com.atlassian.confluence.pages.persistence.dao that implement ContentEntityObjectDao Modifier and Type Class Description classDelegatingPageDaoAPageDaoInternalimplementation that just delegates to another one. -
Uses of ContentEntityObjectDao in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement ContentEntityObjectDao Modifier and Type Class Description classCachingPageDaoDeprecated.since 7.5 Replaced withReadThroughCachingPageDaoclassHibernatePageDao -
Uses of ContentEntityObjectDao in com.atlassian.confluence.renderer.radeox.macros
Methods in com.atlassian.confluence.renderer.radeox.macros with parameters of type ContentEntityObjectDao Modifier and Type Method Description voidContentByUserMacro. setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) -
Uses of ContentEntityObjectDao in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap with parameters of type ContentEntityObjectDao Modifier and Type Method Description voidWikiSoapService. setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)voidXhtmlSoapService. setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) -
Uses of ContentEntityObjectDao in com.atlassian.confluence.search.lucene.tasks
Constructors in com.atlassian.confluence.search.lucene.tasks with parameters of type ContentEntityObjectDao Constructor Description IndexTaskFactory(BatchOperationManager batchOperationManager, AtlassianDocumentBuilder<com.atlassian.bonnie.Searchable> documentBuilder, AtlassianDocumentBuilder<com.atlassian.bonnie.Searchable> changeDocumentBuilder, ContentEntityObjectDao<?> contentEntityObjectDao, AttachmentManager attachmentManager, PersonalInformationManager personalInformationManager, UserAccessor userAccessor, PersonalInformationDao personalInformationDao, SpaceDao spaceDao, PageDaoInternal pageDao)RebuildChangeDocumentsIndexTask(com.atlassian.bonnie.Searchable searchable, ContentEntityObjectDao contentEntityObjectDao, AttachmentManager attachmentManager, IndexTaskFactory indexTaskFactory)Constructs a rebuild change document index task. -
Uses of ContentEntityObjectDao in com.atlassian.confluence.search.v2
Constructors in com.atlassian.confluence.search.v2 with parameters of type ContentEntityObjectDao Constructor Description SearchResultConverter(AnyTypeDao anyTypeDao, ContentEntityObjectDao contentEntityObjectDao) -
Uses of ContentEntityObjectDao in com.atlassian.confluence.servlet.download
Methods in com.atlassian.confluence.servlet.download with parameters of type ContentEntityObjectDao Modifier and Type Method Description voidAttachmentUrlParser. setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)
-