Modifier and Type | Method and Description |
---|---|
AttachmentDao.AttachmentMigrator |
DelegatorAttachmentManager.getMigrator(AttachmentManager destination) |
AttachmentDao.AttachmentMigrator |
AttachmentManager.getMigrator(AttachmentManager destination)
Retrieves a AttachmentDao.AttachmentMigrator that will allow the attachments from
one data store to be moved across to another.
|
AttachmentDao.AttachmentMigrator |
CachingAttachmentManager.getMigrator(AttachmentManager destination) |
AttachmentDao.AttachmentMigrator |
DefaultAttachmentManager.getMigrator(AttachmentManager destination) |
Modifier and Type | Method and Description |
---|---|
AttachmentDao.AttachmentMigrator |
CachingAttachmentDao.getMigrator(AttachmentDao destinationDao) |
Modifier and Type | Class and Description |
---|---|
class |
GeneralAttachmentMigrator |
Modifier and Type | Method and Description |
---|---|
AttachmentDao.AttachmentMigrator |
AttachmentDao.getMigrator(AttachmentDao destinationDao)
Get a migrator object to migrate attachments between attachment datastores.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHibernateAttachmentDao.IntraHibernateAttachmentMigrator
This attachment migrator will migrate attachment streams from the current instance of
AbstractHibernateAttachmentDao to another.
|
Modifier and Type | Method and Description |
---|---|
AttachmentDao.AttachmentMigrator |
AbstractHibernateAttachmentDao.getMigrator(AttachmentDao destinationDao) |
Modifier and Type | Field and Description |
---|---|
protected AttachmentDao.AttachmentMigrator |
AttachmentMigrationLongRunningTask.migrator |
Copyright © 2003–2020 Atlassian. All rights reserved.