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.AttachmentCopierReadThroughCachingAttachmentManager. 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.AttachmentCopierAttachmentManager. getCopier(AttachmentManager destination)Retrieves a AttachmentDao.AttachmentCopier that will allow the attachments from one data store to be copied across to another.AttachmentDao.AttachmentCopierDefaultAttachmentManager. getCopier(AttachmentManager destination)AttachmentDao.AttachmentCopierDelegatorAttachmentManager. 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.AttachmentCopierAbstractDelegatingAttachmentDao. 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 classAbstractAttachmentCopierThis method implements some of the methods from the AttachmentDao.AttachmentCopier interface.classGeneralAttachmentCopierThis AttachmentCopier copies Attachments from one AttachmentManager instance to another, in the case where there are different storage implementations for data and/or meta-data.classGeneralAttachmentMigratorDeprecated, for removal: This API element is subject to removal in a future version.since 8.8, no replacementMethods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDao.AttachmentCopier Modifier and Type Method Description AttachmentDao.AttachmentCopierAttachmentDao. 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 classAbstractHibernateAttachmentDao.IntraHibernateAttachmentCopierThis attachment copier will copy attachment streams from the current instance of AbstractHibernateAttachmentDao to another.classAbstractHibernateAttachmentDao.IntraHibernateAttachmentMigratorDeprecated, for removal: This API element is subject to removal in a future version.since 8.8, no replacementMethods in com.atlassian.confluence.pages.persistence.dao.hibernate that return AttachmentDao.AttachmentCopier Modifier and Type Method Description AttachmentDao.AttachmentCopierAbstractHibernateAttachmentDao. getCopier(AttachmentDao destinationDao)
-