Class GeneralAttachmentCopier

java.lang.Object
com.atlassian.confluence.pages.persistence.dao.AbstractAttachmentCopier
com.atlassian.confluence.pages.persistence.dao.GeneralAttachmentCopier
All Implemented Interfaces:
AttachmentDao.AttachmentCopier

public class GeneralAttachmentCopier extends AbstractAttachmentCopier implements AttachmentDao.AttachmentCopier
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.

If the same AttachmentManager and meta-data storage is being used, the AttachmentCopier at the AttachmentDao level should be used instead.

See Also: