Uses of Interface
com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentCopier
-
-
Uses of AttachmentDao.AttachmentCopier in com.atlassian.confluence.impl.pages.attachments
Methods in com.atlassian.confluence.impl.pages.attachments that return AttachmentDao.AttachmentCopier Modifier and Type Method Description AttachmentDao.AttachmentCopier
ReadThroughCachingAttachmentManager. getCopier(AttachmentManager destination)
-
Uses of AttachmentDao.AttachmentCopier in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return AttachmentDao.AttachmentCopier Modifier and Type Method Description 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.AttachmentDao.AttachmentCopier
DefaultAttachmentManager. getCopier(AttachmentManager destination)
AttachmentDao.AttachmentCopier
DelegatorAttachmentManager. getCopier(AttachmentManager destination)
-
Uses of AttachmentDao.AttachmentCopier in com.atlassian.confluence.pages.attachments
Methods in com.atlassian.confluence.pages.attachments that return AttachmentDao.AttachmentCopier Modifier and Type Method Description AttachmentDao.AttachmentCopier
AbstractDelegatingAttachmentDao. getCopier(AttachmentDao destinationDao)
-
Uses of AttachmentDao.AttachmentCopier in com.atlassian.confluence.pages.persistence.dao
Classes in com.atlassian.confluence.pages.persistence.dao that implement AttachmentDao.AttachmentCopier Modifier and Type Class 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
Methods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDao.AttachmentCopier Modifier and Type Method Description AttachmentDao.AttachmentCopier
AttachmentDao. getCopier(AttachmentDao destinationDao)
Get a copier object to copy attachments between data stores -
Uses of AttachmentDao.AttachmentCopier in com.atlassian.confluence.pages.persistence.dao.hibernate
Classes in com.atlassian.confluence.pages.persistence.dao.hibernate that implement AttachmentDao.AttachmentCopier Modifier and Type Class 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.Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return AttachmentDao.AttachmentCopier Modifier and Type Method Description AttachmentDao.AttachmentCopier
AbstractHibernateAttachmentDao. getCopier(AttachmentDao destinationDao)
-