Modifier and Type | Class and Description |
---|---|
class |
DefaultContentDao
Generic DAO for hibernate objects.
|
Constructor and Description |
---|
DefaultSiteMigrator(int numberOfThreads,
org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
ExceptionTolerantMigrator migrator,
CacheFlusher cacheFlusher,
BatchableWorkSource<ContentEntityObject> workSource,
String versionCommentProperty,
String defaultVersionCommment,
com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService)
|
DefaultSiteMigrator(int numberOfThreads,
org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
ExceptionTolerantMigrator migrator,
com.atlassian.cache.CacheManager cacheManager,
BatchableWorkSource<ContentEntityObject> workSource,
String versionCommentProperty,
String defaultVersionCommment,
IndexFlushScheduler indexFlushScheduler)
|
DefaultSiteMigrator(int numberOfThreads,
org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
ExceptionTolerantMigrator migrator,
com.atlassian.cache.CacheManager cacheManager,
BatchableWorkSource<ContentEntityObject> workSource,
String versionCommentProperty,
String defaultVersionCommment,
com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService)
|
DefaultSiteMigrator(int numberOfThreads,
org.springframework.transaction.PlatformTransactionManager transactionManager,
org.quartz.Scheduler ignoredScheduler,
ContentDao contentDao,
ExceptionTolerantMigrator migrator,
com.atlassian.cache.CacheManager cacheManager,
BatchableWorkSource<ContentEntityObject> workSource,
String versionCommentProperty,
String defaultVersionCommment)
Deprecated.
since 5.9.0
|
DefaultSiteMigrator(int numberOfThreads,
org.hibernate.SessionFactory sessionFactory,
org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
ExceptionTolerantMigrator migrator,
CacheFlusher cacheFlusher,
BatchableWorkSource<ContentEntityObject> workSource,
String versionCommentProperty,
String defaultVersionCommment,
com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService) |
LatestVersionXhtmlContentWorkSource(ContentDao contentDao,
int batchSize) |
SiteMigratorFactory(org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
CacheFlusher cacheFlusher,
PageTemplateDao pageTemplateDao,
PageTemplateManager pageTemplateManager,
com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService)
|
SiteMigratorFactory(org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
com.atlassian.cache.CacheManager cacheManager,
PageTemplateDao pageTemplateDao,
PageTemplateManager pageTemplateManager,
com.atlassian.config.db.HibernateConfig hibernateConfig,
IndexFlushScheduler indexFlushScheduler)
|
SiteMigratorFactory(org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
com.atlassian.cache.CacheManager cacheManager,
PageTemplateDao pageTemplateDao,
PageTemplateManager pageTemplateManager,
com.atlassian.config.db.HibernateConfig ignoredHibernateConfig,
com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService)
|
SiteMigratorFactory(org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
com.atlassian.cache.CacheManager cacheManager,
org.quartz.Scheduler ignoredScheduler,
PageTemplateDao pageTemplateDao,
PageTemplateManager pageTemplateManager,
com.atlassian.config.db.HibernateConfig ignoredHibernateConfig)
|
SiteMigratorFactory(org.hibernate.SessionFactory sessionFactory,
org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
CacheFlusher cacheFlusher,
PageTemplateDao pageTemplateDao,
PageTemplateManager pageTemplateManager,
com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService) |
WikiMarkupContentEntityObjectMigrationWorkSource(ContentDao contentDao,
int batchSize) |
WikiMarkupContentEntityObjectMigrationWorkSource(ContentDao contentDao,
int batchSize,
int contentCount) |
XhtmlContentWorkSource(ContentDao contentDao,
int batchSize) |
XhtmlMigrationLinkResolver(ContentDao contentDao,
SettingsManager settingsManager,
UserAccessor userAccessor,
PermissionManager permissionManager) |
XhtmlSpaceDescriptionsWorkSource(ContentDao contentDao,
int batchSize) |
Constructor and Description |
---|
ContentEntityMigrationBatchTask(ExceptionTolerantMigrator migrator,
ContentDao contentDao,
String versionComment) |
JiraIssueMacroServerParamsMigrator(SearchManager searchManager,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
ContentDao contentDao,
XhtmlContent xhtmlContent,
com.atlassian.applinks.api.ApplicationLinkService applinkService)
Deprecated.
since 5.9.0
|
JiraIssueMacroServerParamsMigrator(SearchManager searchManager,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
ContentDao contentDao,
XhtmlContent xhtmlContent,
com.atlassian.applinks.api.ApplicationLinkService applinkService,
com.atlassian.scheduler.core.LifecycleAwareSchedulerService lifecycleAwareSchedulerService) |
MacroMigrationService(XhtmlWikiMarkupMacroMigrator migrator,
SearchManager searchManager,
ContentDao contentDao,
LongRunningTaskManager longRunningTaskManager,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
com.atlassian.bandana.BandanaManager bandanaManager,
ConfluenceIndexer indexer) |
Constructor and Description |
---|
ContentEntityResourceIdentifierResolver(ContentDao contentDao) |
Modifier and Type | Interface and Description |
---|---|
interface |
ContentDaoInternal
DAO to allow us to load content objects by id for migration.
|
Constructor and Description |
---|
ChangeSpaceDescriptionsBodyTypeUpgradeTask(org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
BatchTask<ContentEntityObject> batchTask,
int applicationConfigBuildNumber) |
ConvertToRelativeLinksTask(ContentDao contentDao,
XhtmlLinksUpdater linksUpdater) |
ConvertToRelativeLinksUpgradeTask(org.springframework.transaction.PlatformTransactionManager transactionManager,
ContentDao contentDao,
BatchTask<ContentEntityObject> batchTask,
int applicationConfigBuildNumber) |
Copyright © 2003–2020 Atlassian. All rights reserved.