Constructor and Description |
---|
HistoryFactory(PersonFactory personFactory,
VersionFactory versionFactory,
ContentEntityManager contentEntityManager,
ContributorsFactory contributorsFactory,
ContentEntityObjectDao contentEntityObjectDao) |
Modifier and Type | Interface and Description |
---|---|
interface |
CustomContentDao |
Modifier and Type | Class and Description |
---|---|
class |
PluginContentHibernateDao
Hibernate Implementation of the CustomContentDao
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContentDao
DAO to allow us to load content objects by id for migration.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultContentDao
Generic DAO for hibernate objects.
|
Modifier and Type | Method and Description |
---|---|
protected ContentEntityObjectDao |
DefaultContentEntityManager.getContentEntityObjectDao() |
Constructor and Description |
---|
DefaultContentEntityManager(ContentEntityObjectDao contentEntityObjectDao,
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,
RelationManager relationManager,
com.google.common.base.Supplier<UserAccessor> userAccessor,
com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManager,
CollaborativeEditingHelper collaborativeEditingHelper) |
Modifier and Type | Class and Description |
---|---|
class |
ContentEntityObjectHibernateDao |
Constructor and Description |
---|
ESBatchIndexer(AnyTypeDao anyTypeDao,
org.springframework.transaction.PlatformTransactionManager transactionManager,
ESDocumentBuilder documentBuilder,
ESDocumentBuilder changeDocumentBuilder,
ContentEntityObjectDao contentEntityObjectDao,
ESIndexRequestProcessor processor) |
Modifier and Type | Method and Description |
---|---|
void |
HibernateLabelDao.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) |
Modifier and Type | Interface and Description |
---|---|
interface |
MailDao |
Modifier and Type | Class and Description |
---|---|
class |
HibernateMailDao |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTrashManager.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) |
Constructor and Description |
---|
DefaultAttachmentManager(AttachmentDao attachmentDao,
ContentEntityObjectDao contentEntityObjectDao,
com.atlassian.event.api.EventPublisher eventPublisher,
ConfluenceIndexer indexer,
ChangeIndexer changeIndexer,
com.google.common.base.Supplier<UserAccessor> userAccessor,
NotificationManager notificationManager) |
DefaultCommentManager(ContentEntityObjectDao contentEntityObjectDao,
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,
CommentDao commentDao,
RelationManager relationManager,
com.google.common.base.Supplier<UserAccessor> userAccessor,
com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManager,
CollaborativeEditingHelper collaborativeEditingHelper) |
Modifier and Type | Interface and Description |
---|---|
interface |
PageDao |
Modifier and Type | Class and Description |
---|---|
class |
CachingPageDao
This maintains a cache of (space key, page title) -> (page id) mappings.
|
class |
HibernatePageDao |
Modifier and Type | Method and Description |
---|---|
void |
ContentByUserMacro.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) |
Modifier and Type | Method and Description |
---|---|
void |
WikiSoapService.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) |
void |
XhtmlSoapService.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) |
Constructor and Description |
---|
ESIndexTaskFactory(AnyTypeDao anyTypeDao,
ContentEntityObjectDao contentEntityObjectDao,
ESDocumentBuilder documentBuilder,
ESDocumentBuilder changeDocumentBuilder,
UserAccessor userAccessor,
PersonalInformationManager personalInformationManager,
BatchOperationManager batchOperationManager,
PersonalInformationDao personalInformationDao,
org.elasticsearch.client.Client client) |
Constructor and Description |
---|
ESIndexAllChangesTask(Supplier<com.atlassian.bonnie.Searchable> searchable,
ContentEntityObjectDao contentEntityObjectDao,
ESDocumentBuilder documentBuilder) |
ESIndexAllUsersTask(ContentEntityObjectDao contentEntityObjectDao,
ESDocumentBuilder documentBuilder,
ESDocumentBuilder changeDocumentBuilder,
PersonalInformationDao personalInformationDao,
BatchOperationManager batchOperationManager) |
ESIndexIncludingChangesTask(Supplier<com.atlassian.bonnie.Searchable> searchable,
ContentEntityObjectDao contentEntityObjectDao,
ESDocumentBuilder documentBuilder,
ESDocumentBuilder changeDocumentBuilder) |
ESIndexUsersInGroupTask(String groupName,
ContentEntityObjectDao contentEntityObjectDao,
ESDocumentBuilder documentBuilder,
ESDocumentBuilder changeDocumentBuilder,
PersonalInformationManager personalInformationManager,
BatchOperationManager batchOperationManager,
UserAccessor userAccessor) |
Modifier and Type | Method and Description |
---|---|
void |
ContentEntityMetadataExtractor.setContentEntityObjectDao(ContentEntityObjectDao contentDao) |
Modifier and Type | Method and Description |
---|---|
void |
IndexTaskFactory.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)
Deprecated.
since 5.8. Use constructor injection instead.
|
Constructor and Description |
---|
IndexTaskFactory(BatchOperationManager batchOperationManager,
com.atlassian.bonnie.search.DocumentBuilder documentBuilder,
com.atlassian.bonnie.search.DocumentBuilder changeDocumentBuilder,
ContentEntityObjectDao contentEntityObjectDao,
com.google.common.base.Supplier<AttachmentManager> attachmentManager,
com.google.common.base.Supplier<PersonalInformationManager> personalInformationManager,
com.google.common.base.Supplier<UserAccessor> userAccessor,
PersonalInformationDao personalInformationDao)
Deprecated.
since 5.10
|
IndexTaskFactory(BatchOperationManager batchOperationManager,
com.atlassian.bonnie.search.DocumentBuilder documentBuilder,
com.atlassian.bonnie.search.DocumentBuilder changeDocumentBuilder,
ContentEntityObjectDao contentEntityObjectDao,
com.google.common.base.Supplier<AttachmentManager> attachmentManager,
com.google.common.base.Supplier<PersonalInformationManager> personalInformationManager,
com.google.common.base.Supplier<UserAccessor> userAccessor,
PersonalInformationDao personalInformationDao,
SpaceDao spaceDao,
PageDao pageDao) |
IndexTaskFactory(BatchOperationManager batchOperationManager,
net.sf.hibernate.SessionFactory sessionFactory,
com.atlassian.bonnie.search.DocumentBuilder documentBuilder,
com.atlassian.bonnie.search.DocumentBuilder changeDocumentBuilder,
ContentEntityObjectDao contentEntityObjectDao,
com.google.common.base.Supplier<AttachmentManager> attachmentManager,
com.google.common.base.Supplier<PersonalInformationManager> personalInformationManager,
com.google.common.base.Supplier<UserAccessor> userAccessor)
Deprecated.
since 5.9. Use the non-deprecated constructor.
|
RebuildChangeDocumentsIndexTask(com.atlassian.bonnie.Searchable searchable,
ContentEntityObjectDao contentEntityObjectDao,
AttachmentManager attachmentManager,
IndexTaskFactory indexTaskFactory)
Constructs a rebuild change document index task.
|
Constructor and Description |
---|
SearchResultConverter(AnyTypeDao anyTypeDao,
ContentEntityObjectDao contentEntityObjectDao) |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentUrlParser.setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao) |
Constructor and Description |
---|
DefaultSpaceDescriptionManager(ContentEntityObjectDao contentEntityObjectDao,
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,
RelationManager relationManager,
com.google.common.base.Supplier<UserAccessor> userAccessor,
com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManager,
CollaborativeEditingHelper collaborativeEditingHelper) |
Constructor and Description |
---|
WikiXhtmlConverter(EditorFormatService editorFormatService,
ContentEntityObjectDao contentDao) |
Constructor and Description |
---|
InstallationDateUpgradeTask(com.atlassian.config.ApplicationConfiguration applicationConfig,
ContentEntityObjectDao ceoDao,
com.atlassian.bandana.BandanaManager bandanaManager) |
Constructor and Description |
---|
DefaultPersonalInformationManager(ContentEntityObjectDao contentEntityObjectDao,
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,
PersonalInformationDao personalInformationDao,
RelationManager relationManager,
com.google.common.base.Supplier<UserAccessor> userAccessor,
com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManager,
CollaborativeEditingHelper collaborativeEditingHelper) |
Modifier and Type | Interface and Description |
---|---|
interface |
UserStatusDao
Deprecated.
Since 5.9.1
Interface to the persisted user status objects
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateUserStatusDao
Deprecated.
Since 5.9.1
|
Copyright © 2003–2017 Atlassian. All rights reserved.