Uses of Interface
com.atlassian.confluence.core.persistence.ContentEntityObjectDao
Packages that use ContentEntityObjectDao
Package
Description
Provides an extensible, flexible search API.
- 
Uses of ContentEntityObjectDao in com.atlassian.confluence.content.render.xhtml.migration
Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type ContentEntityObjectDaoModifierConstructorDescriptionXhtmlMigrationLinkResolver(ContentEntityObjectDao contentDao, GlobalSettingsManager settingsManager, ConfluenceUserResolver confluenceUserResolver, PermissionManager permissionManager)  - 
Uses of ContentEntityObjectDao in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Constructors in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type ContentEntityObjectDaoModifierConstructorDescription - 
Uses of ContentEntityObjectDao in com.atlassian.confluence.internal.persistence
Subinterfaces of ContentEntityObjectDao in com.atlassian.confluence.internal.persistenceModifier and TypeInterfaceDescriptioninterfaceA Dao for ContentEntityObjects. - 
Uses of ContentEntityObjectDao in com.atlassian.confluence.internal.persistence.hibernate
Classes in com.atlassian.confluence.internal.persistence.hibernate that implement ContentEntityObjectDao - 
Uses of ContentEntityObjectDao in com.atlassian.confluence.labels.persistence.dao.hibernate
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate with parameters of type ContentEntityObjectDaoModifier and TypeMethodDescriptionvoidHibernateLabelDao.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)  - 
Uses of ContentEntityObjectDao in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap with parameters of type ContentEntityObjectDaoModifier and TypeMethodDescriptionvoidWikiSoapService.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) voidXhtmlSoapService.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)  - 
Uses of ContentEntityObjectDao in com.atlassian.confluence.search.v2
Constructors in com.atlassian.confluence.search.v2 with parameters of type ContentEntityObjectDaoModifierConstructorDescriptionSearchResultConverter(AnyTypeDao anyTypeDao, ContentEntityObjectDao contentEntityObjectDao)  - 
Uses of ContentEntityObjectDao in com.atlassian.confluence.servlet.download
Methods in com.atlassian.confluence.servlet.download with parameters of type ContentEntityObjectDaoModifier and TypeMethodDescriptionvoidAttachmentUrlParser.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)  - 
Uses of ContentEntityObjectDao in com.atlassian.confluence.upgrade.upgradetask
Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type ContentEntityObjectDaoModifierConstructorDescriptionConvertToRelativeLinksTask(ContentEntityObjectDao contentDao, XhtmlLinksUpdater linksUpdater)