Uses of Interface
com.atlassian.confluence.pages.persistence.dao.AttachmentDao.AttachmentCopier

Packages that use AttachmentDao.AttachmentCopier
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.attachments   
com.atlassian.confluence.pages.persistence.dao   
com.atlassian.confluence.pages.persistence.dao.hibernate   
 

Uses of AttachmentDao.AttachmentCopier in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages that return AttachmentDao.AttachmentCopier
 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.
 

Uses of AttachmentDao.AttachmentCopier in com.atlassian.confluence.pages.attachments
 

Methods in com.atlassian.confluence.pages.attachments that return AttachmentDao.AttachmentCopier
 AttachmentDao.AttachmentCopier CachingAttachmentDao.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
 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
 AttachmentDao.AttachmentCopier WebDavAttachmentDao.getCopier(AttachmentDao destinationDao)
          Deprecated. This method is not supported by the implementation.
 AttachmentDao.AttachmentCopier AttachmentDao.getCopier(AttachmentDao destinationDao)
          Get a copier object to copy attachments between data stores The source data store will remain untouched
 

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
 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
 AttachmentDao.AttachmentCopier AbstractHibernateAttachmentDao.getCopier(AttachmentDao destinationDao)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.