Modifier and Type | Method and Description |
---|---|
AttachmentDao.AttachmentCopier |
DelegatorAttachmentManager.getCopier(AttachmentManager destination) |
AttachmentDao.AttachmentCopier |
DefaultAttachmentManager.getCopier(AttachmentManager destination) |
AttachmentDao.AttachmentCopier |
CachingAttachmentManager.getCopier(AttachmentManager destination) |
AttachmentDao.AttachmentCopier |
AttachmentManager.getCopier(AttachmentManager destination)
Retrieves a AttachmentDao.AttachmentCopier that will allow the attachments from
one data store to be copied across to another.
|
Modifier and Type | Method and Description |
---|---|
AttachmentDao.AttachmentCopier |
CachingAttachmentDao.getCopier(AttachmentDao destinationDao) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAttachmentCopier
This method implements some of the methods from the AttachmentDao.AttachmentCopier interface.
|
class |
GeneralAttachmentCopier
This AttachmentCopier copies Attachments from one AttachmentManager instance to another, in the case where there are
different storage implementations for data and/or meta-data.
|
class |
GeneralAttachmentMigrator |
Modifier and Type | Method and Description |
---|---|
AttachmentDao.AttachmentCopier |
AttachmentDao.getCopier(AttachmentDao destinationDao)
Get a copier object to copy attachments between data stores
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHibernateAttachmentDao.IntraHibernateAttachmentCopier
This attachment copier will copy attachment streams from the current instance of
AbstractHibernateAttachmentDao to another.
|
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.AttachmentCopier |
AbstractHibernateAttachmentDao.getCopier(AttachmentDao destinationDao) |
Copyright © 2003–2016 Atlassian. All rights reserved.