Uses of Interface
com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentCopier
Packages that use AttachmentDao.AttachmentCopier
Package
Description
-
Uses of AttachmentDao.AttachmentCopier in com.atlassian.confluence.dmz.pages
Methods in com.atlassian.confluence.dmz.pages that return AttachmentDao.AttachmentCopierModifier and TypeMethodDescriptionAttachmentManagerInternal.getCopier
(AttachmentManagerInternal destination) Retrieves a AttachmentDao.AttachmentCopier that will allow the attachments from one data store to be copied across to another. -
Uses of AttachmentDao.AttachmentCopier in com.atlassian.confluence.impl.pages.attachments
Methods in com.atlassian.confluence.impl.pages.attachments that return AttachmentDao.AttachmentCopierModifier and TypeMethodDescriptionReadThroughCachingAttachmentManager.getCopier
(AttachmentManagerInternal destination) -
Uses of AttachmentDao.AttachmentCopier in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return AttachmentDao.AttachmentCopierModifier and TypeMethodDescriptionDefaultAttachmentManager.getCopier
(AttachmentManagerInternal destination) DelegatorAttachmentManager.getCopier
(AttachmentManagerInternal destination) -
Uses of AttachmentDao.AttachmentCopier in com.atlassian.confluence.pages.attachments
Methods in com.atlassian.confluence.pages.attachments that return AttachmentDao.AttachmentCopierModifier and TypeMethodDescriptionAbstractDelegatingAttachmentDao.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.AttachmentCopierModifier and TypeClassDescriptionclass
This method implements some of the methods from the AttachmentDao.AttachmentCopier interface.class
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.Methods in com.atlassian.confluence.pages.persistence.dao that return AttachmentDao.AttachmentCopierModifier and TypeMethodDescriptionAttachmentDao.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.AttachmentCopierModifier and TypeClassDescriptionclass
This attachment copier will copy attachment streams from the current instance of AbstractHibernateAttachmentDao to another.class
Deprecated, 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.AttachmentCopierModifier and TypeMethodDescriptionAbstractHibernateAttachmentDao.getCopier
(AttachmentDao destinationDao)